DynamicRestClient 3.0.0
dotnet add package DynamicRestClient --version 3.0.0
NuGet\Install-Package DynamicRestClient -Version 3.0.0
<PackageReference Include="DynamicRestClient" Version="3.0.0" />
paket add DynamicRestClient --version 3.0.0
#r "nuget: DynamicRestClient, 3.0.0"
// Install DynamicRestClient as a Cake Addin #addin nuget:?package=DynamicRestClient&version=3.0.0 // Install DynamicRestClient as a Cake Tool #tool nuget:?package=DynamicRestClient&version=3.0.0
A portable http rest client using dynamic objects for data transfer and endpoint url construction
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DynamicRestClient:
Package | Downloads |
---|---|
DeviceOAuth2
OAuth flow for scenarios with limited access to input devices or web browsers, like console apps, or IoT devices. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 2,368 | 9/12/2015 |
2.2.0
- Allow retrieval of HttpResponseMessage
- Share HttpClient instance across endpoints created from the same root
2.2.1
- Bug fixes
2.3.0
- Allow client code to override built-in accept header by supplying an accept header in the defaults
2.4.0
- Add Universal app support
2.4.5
- bug fix for universal nuget package
2.4.6
- upgrade BCL dependency versions
2.5.0
- make Deserialization extension class public
3.0.0
- throw DyanmicRestClientResponseException on fail status
- Revert universal version to portable