SimpleRt.Rest 0.3.1-alpha

This is a prerelease version of SimpleRt.Rest.
dotnet add package SimpleRt.Rest --version 0.3.1-alpha
NuGet\Install-Package SimpleRt.Rest -Version 0.3.1-alpha
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="SimpleRt.Rest" Version="0.3.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleRt.Rest --version 0.3.1-alpha
#r "nuget: SimpleRt.Rest, 0.3.1-alpha"
#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 SimpleRt.Rest as a Cake Addin
#addin nuget:?package=SimpleRt.Rest&version=0.3.1-alpha&prerelease

// Install SimpleRt.Rest as a Cake Tool
#tool nuget:?package=SimpleRt.Rest&version=0.3.1-alpha&prerelease

SimpleRtRest is really simple Rest client for WinRT applications. It use new WinRt HttpClient as a base and gives you ability to consume REST services from your Windows 8 application with just few lines of code.

This project is based on great .NET Rest client RestSharp and main goal is to have something similar to use in Windows RT applications.

Initial version only support limited set of features inluding :

basic verb requests
form url encoded parameters, JSON and XML content
JSON serialization/deserialization using Json.NET (dependency)
XML serialization / deserialization

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 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.3.1-alpha 1,205 3/15/2013

Alpha build (not for production use).