A class for consuming HTTP REST web services, including calling GET, POST, PUT and DELETE operations.
Info
Version: | 1.0.1 |
Author(s): | Gil Sani |
Last Update: | Saturday, July 16, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gilsani/Rest-Client |
NuGet Url: | https://www.nuget.org/packages/GS.RestClient |
Install
Install-Package GS.RestClient
dotnet add package GS.RestClient
paket add GS.RestClient
GS.RestClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Net.Http(>= 2.2.29)
- Newtonsoft.Json(>= 9.0.1)
Tags