Ramone 1.2.56

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

// Install Ramone as a Cake Tool
#tool nuget:?package=Ramone&version=1.2.56                

Ramone is a C# library that simplifies access to HTTP based Web APIs and REST services. It has a strong focus on REST and implements elements of the Uniform Interface as first class citizens of the API.

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.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Ramone:

Repository Stars
JornWildt/Mason
Documentation and examples for the Mason media type
Version Downloads Last updated
2.0.0 465 11/3/2014
1.3.1.79 97 1/25/2014
1.3.0.78 46 1/21/2014
1.3.0.77 58 10/3/2013
1.2.56 46 6/5/2013
1.1.0.47 47 4/12/2013
1.0.0.35 46 3/25/2013
1.0.0 48 3/25/2013

Version 1.2.0.56
----------------
* Introducing cache headers on Request object:
 Request.IfModifiedSince()
 Request.IfUnmodifiedSince()
 Request.IfMatch()
 Request.IfNoneMatch()
* Introducing .NET cache policy on Session and Service:
 Session.CachePolicy
 Service.CachePolicy
* Adding Request.OnHeadersReady() for working with the underlying
 HttpWebRequest object.
* Adding Request.AddQueryParameters() as an alternative to binding with
 predefined URL templates.
* Adding XML settings in XmlConfiguration.XmlReaderSettings. Used when
 deserializing XML documents. Default is to allow DTD processing.