Info
Version: | 0.0.3 |
Author(s): | Rodrigo Pazzini Jacques |
Last Update: | Friday, September 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HttpClientLibrary |
Install
Install-Package HttpClientLibrary
dotnet add package HttpClientLibrary
paket add HttpClientLibrary
HttpClientLibrary Download (Unzip the "nupkg" after downloading)
Example code:
Get<ReturnModel>(uri); / Get<ReturnModel, ErrorModel>(uri); / Get(uri);
Verbs implemented so far: GET, POST.
Formats implemented so far: *JSON ONLY*.