Simple.Rest 0.1.0
This small library is a wrapper around the use of HttpWebRequest\WebRequest classes in the .Net framework and is designed to make the use of RESTful web service in a .Net application as easy as possible.
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Simple.Rest</id>
<version>0.1.0.0</version>
<title />
<authors>Ollie Riches</authors>
<owners>Ollie Riches</owners>
<projectUrl>https://github.com/oriches/Simple.Rest</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This small library is a wrapper around the use of HttpWebRequest\WebRequest classes in the .Net framework and is designed to make the use of RESTful web service in a .Net application as easy as possible.</description>
<summary>A .Net Portable Class Library to simplify the calling of a RESTful web service from a .Net client application.</summary>
<copyright>Simple.Rest 2012</copyright>
<language>en-GB</language>
<tags>REST, RESTful, Web Service, Xml, JSON, HTTP, Communication</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="4.5.10" />
<dependency id="AsyncBridge" version="0.0.1" />
</dependencies>
</metadata>
</package>