RestKit 1.3.1
Install-Package RestKit -Version 1.3.1
dotnet add package RestKit --version 1.3.1
<PackageReference Include="RestKit" Version="1.3.1" />
paket add RestKit --version 1.3.1
#r "nuget: RestKit, 1.3.1"
// Install RestKit as a Cake Addin
#addin nuget:?package=RestKit&version=1.3.1
// Install RestKit as a Cake Tool
#tool nuget:?package=RestKit&version=1.3.1
Using RestKit is as simple as 'representation = Resource.Json().Get(uri)', then 'representation.GetContentAsJson()'. You can therefore handle unexpected content. Variations exist for Xml and Text. For advanced scenarios, you have full control of serialization, a callback pipeline, and full access to the underlying HttpClient and HttpResponseMessage. Use of RestKit is mockable using the IHttpResource interface and/or by injecting a mock HttpMessageHandler into a stub.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
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.3.1 | 839 | 2/2/2018 |
1.3.0 | 743 | 2/2/2018 |
1.1.0.2 | 1,959 | 10/24/2016 |
1.1.0.1 | 937 | 10/24/2016 |
1.0.0.1 | 994 | 8/18/2016 |
0.9.1-alpha | 873 | 8/18/2016 |
0.8.0-alpha | 892 | 8/15/2016 |