A simple, lightweight and mockable C# Rest client focused on JSON but works also with XML, plain text and raw bytes, built on top of HttpClient, Newtonsoft.Json and XmlSerializer.
Info
Version: | 1.0.18283.5 |
Author(s): | QubicaAMF |
Last Update: | Wednesday, October 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/qubicaamf/Rest.Json |
NuGet Url: | https://www.nuget.org/packages/Rest.Json.NetStandard |
Install
Install-Package Rest.Json.NetStandard
dotnet add package Rest.Json.NetStandard
paket add Rest.Json.NetStandard
Rest.Json.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 11.0.2)
Tags