Pathoschild.Http.FluentClient 2.1.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.1.0
NuGet\Install-Package Pathoschild.Http.FluentClient -Version 2.1.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.1.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.1.0
#r "nuget: Pathoschild.Http.FluentClient, 2.1.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.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.

There are no supported framework assets in this 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 235,892 3/14/2023
4.2.0 249,613 10/7/2022
4.1.1 66,728 6/23/2022
4.1.0 802,921 3/11/2021
4.0.0 581,978 5/14/2020
3.3.1 264,836 7/20/2019
3.3.0 177,331 4/28/2019
3.2.0 516,779 4/18/2018
3.1.0 52,117 9/19/2017
3.0.0 57,846 2/9/2017
2.3.0 1,868 12/12/2016
2.2.0 12,489 6/30/2016
2.1.0 1,851 5/8/2016
2.0.0 1,693 4/28/2016
1.2.1 3,364 10/28/2015
1.2.0 8,601 10/30/2013
1.1.0 3,397 8/28/2013
1.0.0 3,047 11/30/2012
0.5.0-beta 1,731 10/4/2012
0.4.0-alpha6 1,629 8/29/2012
0.4.0-alpha5 1,607 8/29/2012
0.4.0-alpha4 1,620 8/28/2012
0.3.5-alpha4 1,560 8/8/2012
0.3.4-alpha 1,595 8/7/2012
0.3.3-alpha 1,600 8/7/2012
0.3.2-alpha 1,595 7/20/2012
0.3.1-alpha 1,627 7/17/2012
0.3.0-alpha 1,596 6/25/2012
0.2.0-alpha 1,631 6/5/2012
0.1.5-alpha 1,675 5/29/2012
0.1.4-alpha 1,647 5/24/2012
0.1.3-alpha 1,647 5/24/2012
0.1.2-alpha 1,684 5/23/2012

Migrated to PCL for cross-platform support.