Info
Version: | 1.0.1 |
Author(s): | Vedran Bilopavlović |
Last Update: | Monday, August 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vbilopav/VerySimpleRestClient |
NuGet Url: | https://www.nuget.org/packages/VBSoftware.VerySimpleRestClient |
Install
Install-Package VBSoftware.VerySimpleRestClient
dotnet add package VBSoftware.VerySimpleRestClient
paket add VBSoftware.VerySimpleRestClient
VBSoftware.VerySimpleRestClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.CSharp(>= 4.5.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
You don't want to jugle multiple disposable HttpClient interfaces and serializations / deserializations. You just want to send REST/HTTP requests with one line.
Use this.