DynamicRestClient 3.0.0

dotnet add package DynamicRestClient --version 3.0.0
NuGet\Install-Package DynamicRestClient -Version 3.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="DynamicRestClient" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamicRestClient --version 3.0.0
#r "nuget: DynamicRestClient, 3.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 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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,293 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