RestApiClientBuilder.Core
2.1.4.2
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package RestApiClientBuilder.Core --version 2.1.4.2
NuGet\Install-Package RestApiClientBuilder.Core -Version 2.1.4.2
<PackageReference Include="RestApiClientBuilder.Core" Version="2.1.4.2" />
paket add RestApiClientBuilder.Core --version 2.1.4.2
#r "nuget: RestApiClientBuilder.Core, 2.1.4.2"
// Install RestApiClientBuilder.Core as a Cake Addin #addin nuget:?package=RestApiClientBuilder.Core&version=2.1.4.2 // Install RestApiClientBuilder.Core as a Cake Tool #tool nuget:?package=RestApiClientBuilder.Core&version=2.1.4.2
REST API Client Builder for easy api calling from .NET
Product | Versions 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. |
-
- Newtonsoft.Json (>= 10.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RestApiClientBuilder.Core:
Package | Downloads |
---|---|
RestApiClientBuilder.OAuth2
REST API Client Builder OAuth2 plugin for easy api calling from .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.0 Initial release RestApiClientBuilder, built against .NET 4.5.
2.0.1 Portable library build of the core
2.1.0 Added extra handlers, connectionprovider and moved timeout to more logical place
2.1.1 Added extra overload to supply cancellationtokensource to cancel the requests if needed
2.1.2 Fixed issue with CancellationTokenSource (issue-1)
2.1.3 Added extra behavior to adjust content-types and content-encodings
2.1.4 Returned actiual error body messages instead of httpcode translation (issue-3)