Pathoschild.Http.FluentClient 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pathoschild.Http.FluentClient --version 2.0.0
NuGet\Install-Package Pathoschild.Http.FluentClient -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pathoschild.Http.FluentClient" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pathoschild.Http.FluentClient --version 2.0.0
#r "nuget: Pathoschild.Http.FluentClient, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pathoschild.Http.FluentClient as a Cake Addin
#addin nuget:?package=Pathoschild.Http.FluentClient&version=2.0.0

// Install Pathoschild.Http.FluentClient as a Cake Tool
#tool nuget:?package=Pathoschild.Http.FluentClient&version=2.0.0

An easy fluent strongly-typed HTTP REST client built on top of the .NET 4.5 HttpClient.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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 (4)

Showing the top 4 popular GitHub repositories that depend on Pathoschild.Http.FluentClient:

Repository Stars
Pathoschild/SMAPI
The modding API for Stardew Valley.
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.3.0 210,066 3/14/2023
4.2.0 237,500 10/7/2022
4.1.1 64,697 6/23/2022
4.1.0 787,427 3/11/2021
4.0.0 573,302 5/14/2020
3.3.1 261,707 7/20/2019
3.3.0 175,153 4/28/2019
3.2.0 513,913 4/18/2018
3.1.0 51,861 9/19/2017
3.0.0 57,612 2/9/2017
2.3.0 1,833 12/12/2016
2.2.0 12,356 6/30/2016
2.1.0 1,800 5/8/2016
2.0.0 1,657 4/28/2016
1.2.1 3,311 10/28/2015
1.2.0 8,534 10/30/2013
1.1.0 3,361 8/28/2013
1.0.0 3,003 11/30/2012
0.5.0-beta 1,691 10/4/2012
0.4.0-alpha6 1,595 8/29/2012
0.4.0-alpha5 1,566 8/29/2012
0.4.0-alpha4 1,580 8/28/2012
0.3.5-alpha4 1,522 8/8/2012
0.3.4-alpha 1,556 8/7/2012
0.3.3-alpha 1,562 8/7/2012
0.3.2-alpha 1,558 7/20/2012
0.3.1-alpha 1,590 7/17/2012
0.3.0-alpha 1,541 6/25/2012
0.2.0-alpha 1,591 6/5/2012
0.1.5-alpha 1,636 5/29/2012
0.1.4-alpha 1,609 5/24/2012
0.1.3-alpha 1,611 5/24/2012
0.1.2-alpha 1,644 5/23/2012

Revamped extensibility; see the updated readme if you currently customise the client.