DRC 0.0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package DRC --version 0.0.0.3
NuGet\Install-Package DRC -Version 0.0.0.3
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="DRC" Version="0.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DRC --version 0.0.0.3
#r "nuget: DRC, 0.0.0.3"
#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 DRC as a Cake Addin
#addin nuget:?package=DRC&version=0.0.0.3

// Install DRC as a Cake Tool
#tool nuget:?package=DRC&version=0.0.0.3

A Client for calling RESTFull API's without writing tomuch fluf.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
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
0.0.0.13 2,125 4/11/2014
0.0.0.11 1,192 3/13/2014
0.0.0.9 1,224 10/28/2013
0.0.0.7 1,343 5/28/2013
0.0.0.6 1,316 5/15/2013
0.0.0.5 1,629 8/29/2012
0.0.0.4 1,314 8/23/2012
0.0.0.3 1,378 6/18/2012
0.0.0.1 1,313 6/5/2012

Added SimpleJson for serialisation and deserialisation purposes. Automatically deserialises JSON if a generic argument is given in the function call. Added a request object giving the user the ability to specify contenttype and headers. Made the default string tokenizer output lowercase tokens. Added capability to specify a specific Url per function call. Added Output and Input Pipelines for editing the request and response before it goes into the In and Output editors.