Info
Version: | 1.0.12 |
Author(s): | Dara Oladapo |
Last Update: | Friday, November 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HttpClientServiceHelper |
Install
Install-Package HttpClientServiceHelper
dotnet add package HttpClientServiceHelper
paket add HttpClientServiceHelper
HttpClientServiceHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
Tags
Use this library to quickly bootstrap your .NET HttpClient Service calls.
It uses the System.Net.Http library.
You pass in your routes and objects for the calls - Get, Post, Put, Patch, Delete.
It returns an HttpResponseMessage/String Response depending on the method called which you can then utilize in your projects.