Pathoschild.Http.FluentClient
                              
                            
                                0.3.3-alpha
                            
                        
                    See the version list below for details.
dotnet add package Pathoschild.Http.FluentClient --version 0.3.3-alpha
NuGet\Install-Package Pathoschild.Http.FluentClient -Version 0.3.3-alpha
<PackageReference Include="Pathoschild.Http.FluentClient" Version="0.3.3-alpha" />
<PackageVersion Include="Pathoschild.Http.FluentClient" Version="0.3.3-alpha" />
<PackageReference Include="Pathoschild.Http.FluentClient" />
paket add Pathoschild.Http.FluentClient --version 0.3.3-alpha
#r "nuget: Pathoschild.Http.FluentClient, 0.3.3-alpha"
#:package Pathoschild.Http.FluentClient@0.3.3-alpha
#addin nuget:?package=Pathoschild.Http.FluentClient&version=0.3.3-alpha&prerelease
#tool nuget:?package=Pathoschild.Http.FluentClient&version=0.3.3-alpha&prerelease
A fluent, strongly-typed HTTP client built on top of Microsoft's .NET 4.5 HttpClient.
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
This package has no dependencies.
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. | |
| PowerDiary.ZoomNet ZoomNet is a strongly typed .NET client for Zoom's API. | 
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 | |
| Jericho/StrongGrid 
                                                            Strongly typed library for the entire SendGrid v3 API, including webhooks
                                                         | |
| qwqcode/Nacollector 
                                                            Nacollector is a platform for web data collection.
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 4.4.2 | 14,915 | 6/2/2025 | 
| 4.4.1 | 379,071 | 6/6/2024 | 
| 4.4.0 | 191,033 | 5/24/2024 | 
| 4.3.0 | 593,781 | 3/14/2023 | 
| 4.2.0 | 492,823 | 10/7/2022 | 
| 4.1.1 | 95,589 | 6/23/2022 | 
| 4.1.0 | 1,111,104 | 3/11/2021 | 
| 4.0.0 | 695,504 | 5/14/2020 | 
| 3.3.1 | 325,900 | 7/20/2019 | 
| 3.3.0 | 212,892 | 4/28/2019 | 
| 3.2.0 | 562,631 | 4/18/2018 | 
| 3.1.0 | 60,249 | 9/19/2017 | 
| 3.0.0 | 61,301 | 2/9/2017 | 
| 2.3.0 | 3,441 | 12/12/2016 | 
| 2.2.0 | 16,257 | 6/30/2016 | 
| 2.1.0 | 3,000 | 5/8/2016 | 
| 2.0.0 | 2,852 | 4/28/2016 | 
| 1.2.1 | 4,552 | 10/28/2015 | 
| 1.2.0 | 9,935 | 10/30/2013 | 
| 1.1.0 | 4,562 | 8/28/2013 | 
| 1.0.0 | 4,394 | 11/30/2012 | 
| 0.5.0-beta | 2,134 | 10/4/2012 | 
| 0.4.0-alpha6 | 2,036 | 8/29/2012 | 
| 0.4.0-alpha5 | 2,010 | 8/29/2012 | 
| 0.4.0-alpha4 | 2,053 | 8/28/2012 | 
| 0.3.5-alpha4 | 1,963 | 8/8/2012 | 
| 0.3.4-alpha | 1,995 | 8/7/2012 | 
| 0.3.3-alpha | 1,997 | 8/7/2012 | 
| 0.3.2-alpha | 2,015 | 7/20/2012 | 
| 0.3.1-alpha | 2,039 | 7/17/2012 | 
| 0.3.0-alpha | 2,017 | 6/25/2012 | 
| 0.2.0-alpha | 2,045 | 6/5/2012 | 
| 0.1.5-alpha | 2,081 | 5/29/2012 | 
| 0.1.4-alpha | 2,078 | 5/24/2012 | 
| 0.1.3-alpha | 2,063 | 5/24/2012 | 
| 0.1.2-alpha | 2,073 | 5/23/2012 | 
Added strongly-typed message handler; made more methods virtual for extension.