RestApiClientBuilder.OAuth2 2.1.4

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package RestApiClientBuilder.OAuth2 --version 2.1.4
NuGet\Install-Package RestApiClientBuilder.OAuth2 -Version 2.1.4
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="RestApiClientBuilder.OAuth2" Version="2.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestApiClientBuilder.OAuth2 --version 2.1.4
#r "nuget: RestApiClientBuilder.OAuth2, 2.1.4"
#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 RestApiClientBuilder.OAuth2 as a Cake Addin
#addin nuget:?package=RestApiClientBuilder.OAuth2&version=2.1.4

// Install RestApiClientBuilder.OAuth2 as a Cake Tool
#tool nuget:?package=RestApiClientBuilder.OAuth2&version=2.1.4

REST API Client Builder for easy api calling from .NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.6 647 4/19/2021
2.1.5 872 9/26/2018
2.1.4.4 901 10/5/2017
2.1.4.3 903 9/14/2017
2.1.4.2 874 9/14/2017
2.1.4 888 8/3/2017
2.1.3 902 7/25/2017
2.1.1 924 7/18/2017
2.1.0 926 7/5/2017
2.0.6393.20420 982 7/3/2017

1.0.0 Initial release RestApiClientBuilder, built against .NET 4.5.
     2.0.1 OAuth2 Client-credential behavior added
     2.1.0 Added Factory for building requests to a REST API secured by OAuth2
     2.1.1 Commented the methods and classes
     2.1.3 Added extra behavior to adjust content-types and content-encodings