Pathoschild.Http.FluentClient
2.1.0
See the version list below for details.
dotnet add package Pathoschild.Http.FluentClient --version 2.1.0
NuGet\Install-Package Pathoschild.Http.FluentClient -Version 2.1.0
<PackageReference Include="Pathoschild.Http.FluentClient" Version="2.1.0" />
paket add Pathoschild.Http.FluentClient --version 2.1.0
#r "nuget: Pathoschild.Http.FluentClient, 2.1.0"
// Install Pathoschild.Http.FluentClient as a Cake Addin #addin nuget:?package=Pathoschild.Http.FluentClient&version=2.1.0 // Install Pathoschild.Http.FluentClient as a Cake Tool #tool nuget:?package=Pathoschild.Http.FluentClient&version=2.1.0
An easy asynchronous HTTP client for REST APIs. It provides a fluent interface that lets you create an HTTP request, dispatch and wait for it, and parse the response.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.WebApi.Client (>= 5.2.0)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Pathoschild.Http.FluentClient:
Package | Downloads |
---|---|
StrongGrid
StrongGrid is a strongly typed .NET client for SendGrid's v3 API. |
|
ZoomNet
ZoomNet is a strongly typed .NET client for Zoom's API. |
|
CakeMail.RestClient
CakeMail.RestClient is a .NET wrapper for the CakeMail API |
|
Pathoschild.FluentNexus
A modern async HTTP client for the Nexus Mods API. It gives you simple strongly-typed methods to access all of the Nexus API endpoints, handling the gritty details like deserialisation, content negotiation, URL encoding, and error-handling. |
|
Balcony.Framework
Balcony's Framework |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Pathoschild.Http.FluentClient:
Repository | Stars |
---|---|
Pathoschild/SMAPI
The modding API for Stardew Valley.
|
|
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
|
|
Nexus-Mods/Nexus-Mod-Manager
|
|
qwqcode/Nacollector
Nacollector WEB data collection platform.
|
|
Jericho/StrongGrid
Strongly typed library for the entire SendGrid v3 API, including webhooks
|
Version | Downloads | Last updated |
---|---|---|
4.4.1 | 38,420 | 6/6/2024 |
4.4.0 | 99,538 | 5/24/2024 |
4.3.0 | 405,688 | 3/14/2023 |
4.2.0 | 364,604 | 10/7/2022 |
4.1.1 | 82,041 | 6/23/2022 |
4.1.0 | 907,948 | 3/11/2021 |
4.0.0 | 631,094 | 5/14/2020 |
3.3.1 | 289,790 | 7/20/2019 |
3.3.0 | 191,466 | 4/28/2019 |
3.2.0 | 533,785 | 4/18/2018 |
3.1.0 | 53,468 | 9/19/2017 |
3.0.0 | 58,888 | 2/9/2017 |
2.3.0 | 1,909 | 12/12/2016 |
2.2.0 | 13,096 | 6/30/2016 |
2.1.0 | 1,900 | 5/8/2016 |
2.0.0 | 1,729 | 4/28/2016 |
1.2.1 | 3,429 | 10/28/2015 |
1.2.0 | 8,702 | 10/30/2013 |
1.1.0 | 3,444 | 8/28/2013 |
1.0.0 | 3,148 | 11/30/2012 |
0.5.0-beta | 1,766 | 10/4/2012 |
0.4.0-alpha6 | 1,665 | 8/29/2012 |
0.4.0-alpha5 | 1,644 | 8/29/2012 |
0.4.0-alpha4 | 1,661 | 8/28/2012 |
0.3.5-alpha4 | 1,598 | 8/8/2012 |
0.3.4-alpha | 1,627 | 8/7/2012 |
0.3.3-alpha | 1,625 | 8/7/2012 |
0.3.2-alpha | 1,624 | 7/20/2012 |
0.3.1-alpha | 1,671 | 7/17/2012 |
0.3.0-alpha | 1,632 | 6/25/2012 |
0.2.0-alpha | 1,670 | 6/5/2012 |
0.1.5-alpha | 1,708 | 5/29/2012 |
0.1.4-alpha | 1,680 | 5/24/2012 |
0.1.3-alpha | 1,679 | 5/24/2012 |
0.1.2-alpha | 1,709 | 5/23/2012 |
Migrated to PCL for cross-platform support.