Restcoration 1.3.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Restcoration --version 1.3.6
NuGet\Install-Package Restcoration -Version 1.3.6
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.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Restcoration --version 1.3.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Restcoration, 1.3.6"
#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.3.6 // Install Restcoration as a Cake Tool #tool nuget:?package=Restcoration&version=1.3.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Restcoration adds attributes that enable classes to be used for easily fetchable rest requests, in a domain-driven fashion.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 5.0.8)
- RestSharp (>= 104.4.0)
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,630 | 12/16/2015 |
1.7.18.1 | 1,662 | 4/7/2014 |
1.7.17.1 | 1,269 | 4/7/2014 |
1.6.17.1 | 1,288 | 3/14/2014 |
1.6.15.1 | 1,202 | 1/14/2014 |
1.5.13.1 | 1,503 | 12/3/2013 |
1.5.13 | 1,267 | 11/29/2013 |
1.4.10 | 1,229 | 11/28/2013 |
1.3.6 | 1,440 | 11/28/2013 |
1.2.4 | 1,288 | 11/25/2013 |
1.2.3 | 1,270 | 11/25/2013 |
1.1.2 | 1,222 | 11/25/2013 |
1.0.1 | 1,208 | 11/24/2013 |
v 1.3.6.0
* Added an empty constructor for factory
* Added a BaseUrl attribute for temporary overrides of base URL.
v 1.2.4.0
* 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