Restcoration 1.8.21

dotnet add package Restcoration --version 1.8.21
NuGet\Install-Package Restcoration -Version 1.8.21
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Restcoration" Version="1.8.21" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Restcoration --version 1.8.21
#r "nuget: Restcoration, 1.8.21"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Restcoration as a Cake Addin
#addin nuget:?package=Restcoration&version=1.8.21

// Install Restcoration as a Cake Tool
#tool nuget:?package=Restcoration&version=1.8.21

Restcoration adds attributes that enable classes to be used for easily fetchable rest requests, in a domain-driven fashion.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.21 1,579 12/16/2015
1.7.18.1 1,629 4/7/2014
1.7.17.1 1,240 4/7/2014
1.6.17.1 1,259 3/14/2014
1.6.15.1 1,167 1/14/2014
1.5.13.1 1,471 12/3/2013
1.5.13 1,235 11/29/2013
1.4.10 1,197 11/28/2013
1.3.6 1,402 11/28/2013
1.2.4 1,252 11/25/2013
1.2.3 1,198 11/25/2013
1.1.2 1,192 11/25/2013
1.0.1 1,176 11/24/2013

v 1.8
* Adds IRestResponse Get(object requestData, ...) to get the raw response
* Virtualized methods on RestClientFactory to allow easier overriding

v 1.7.17
* Added events OnRequestStart and OnRequestEnd to allow various pre and post-request activities to be performed.

v 1.6.17
* Fixed some minor bugs.

v 1.6.15
* Added four async methods
* Fixed a few XmlDoc comments.

v 1.5.13
* Added strongly typed url binding with JsonAttribute.

v 1.4.10
* Added URL Segments parameter to Get
* Made factory Get method slightly more user-friendly by removing excess generic parameters

v 1.3.6
* Added an empty constructor for factory
* Added a BaseUrl attribute for temporary overrides of base URL.

v 1.2.4
* Fixed errors on returning boxed object

v 1.2.3.0
* Added missing request type functionality

v 1.1.2.0:
* Added headers parameter to get
* Added cookies parameter to get
* Added parameters parameter to get