RestKit NuGet Package

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.




Got any RestKit Question?





Info

Version: 1.3.1
Author(s): Bruce Krakower
Last Update: Friday, February 2, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/bkjuice/RestKit
NuGet Url: https://www.nuget.org/packages/RestKit


Install
Install-Package RestKit
dotnet add package RestKit
paket add RestKit
RestKit Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

2

days-since-last-release

2267