SimpleRt.Rest
0.3.1-alpha
dotnet add package SimpleRt.Rest --version 0.3.1-alpha
NuGet\Install-Package SimpleRt.Rest -Version 0.3.1-alpha
<PackageReference Include="SimpleRt.Rest" Version="0.3.1-alpha" />
paket add SimpleRt.Rest --version 0.3.1-alpha
#r "nuget: SimpleRt.Rest, 0.3.1-alpha"
// 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 | Versions 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. |
-
- Newtonsoft.Json (>= 4.5.11)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.1-alpha | 123 | 3/15/2013 |
Alpha build (not for production use).