MakeHttpRequestEasily NuGet Package

This client library allow you to make http request easily.

How to use:
var address = "http://localhost:50787/api/Test/Test";
var requestModel = new RequestModel() { Id = "guid" };
var result = new HttpClientHelper().PostJson<ResponseModel>(address, "Basic", "***", requestModel);.




Got any MakeHttpRequestEasily Question?





Info

Version: 1.0.1
Author(s): Tomasz Margacz
Last Update: Tuesday, January 16, 2018
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/MakeHttpRequestEasily


Install
Install-Package MakeHttpRequestEasily
dotnet add package MakeHttpRequestEasily
paket add MakeHttpRequestEasily
MakeHttpRequestEasily Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2264