This is an HTTP client that can be used to consume HTTP APIs and was developed using the Fluent Interface design pattern.
Info
Version: | 1.0.1 |
Author(s): | Leandro Martins Berti |
Last Update: | Tuesday, October 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/leandroberti/FluentHttpClient |
NuGet Url: | https://www.nuget.org/packages/LMB.FluentHttpClient |
Install
Install-Package LMB.FluentHttpClient
dotnet add package LMB.FluentHttpClient
paket add LMB.FluentHttpClient
LMB.FluentHttpClient Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Client(>= 5.2.3)
- Microsoft.AspNetCore.Mvc.WebApiCompatShim(>= 2.0.0)
- LMB.GenericEntityBase(>= 1.1.0)
- Newtonsoft.Json(>= 10.0.3)
Tags