Info
Version: | 1.0.0 |
Author(s): | Arsene Tochemey GANDOTE |
Last Update: | Thursday, December 17, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Tochemey/BasicRestClient |
NuGet Url: | https://www.nuget.org/packages/BasicRestClient |
Install
Install-Package BasicRestClient
dotnet add package BasicRestClient
paket add BasicRestClient
BasicRestClient Download (Unzip the "nupkg" after downloading)
A minimal Rest client that uses .Net HttpWebRequest API to make requests.
It is mainly a wrapper around the famous and robust .Net HttpWebRequest API.
It features a simple interface for making Web requests.