Client for calling HTTP REST APIs, mapping HTTP responses to C# types using a fluent API.
Info
Version: | 1.0.0 |
Author(s): | gwaszczuk |
Last Update: | Friday, September 1, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/UruIT/rest-client |
NuGet Url: | https://www.nuget.org/packages/UruIT.RESTClient |
Install
Install-Package UruIT.RESTClient
dotnet add package UruIT.RESTClient
paket add UruIT.RESTClient
UruIT.RESTClient Download (Unzip the "nupkg" after downloading)
Dependencies
- csharp-monad(>= 1.0.1)
- Newtonsoft.Json(>= 10.0.2)
- RestSharp(>= 105.2.3)
Tags