Metadata >> NuGet >> PortableRest

PortableRest

Metadata

Authors AdvancedREI
Copyrights Copyright © 2013-2014 AdvancedREI, LLC.
Description A library for consuming REST APIs from Portable Class Libraries (.NET 4.5, SL5, Windows Phone 8, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp.
IconUrl https://advancedrei.blob.core.windows.net/nuget/PortableRest.png
LicenseUrl http://choosealicense.com/licenses/mit/
Owners AdvancedREI
ProjectUrl http://github.com/AdvancedREI/PortableRest
ReleaseNotes 2.3: Triumphant return of SL5 support. Better documentation. RestClient.ExecuteAsync can return the raw string. Bug fixes. 2.1.2: Adds missing XML documentation file. 2.1: Adds RestRequest.AddQueryString. Updated minimum package references for Mono-compatible licenses. 2.0: Removed support for Silverlight due to Microsoft's new Reflection framework on .NET 4.5. Added initial support for submitting XML payloads. Strong-name signed the assembly so it can be used in strong-name signed projects. 1.2.0-beta: Updated to latest packages, include Microsoft.Bcl.Build directly to help with app.config issues. 1.1.0-alpha: Compiled to HttpClient 2.2. 1.0.8-alpha: Compile to new dependencies. 1.0.6-alpha: Update based on changes to HttpClient.Compression. 1.0.5-alpha: Added Compression support. 1.0.4-alpha: Added basic POST support, & updated XML deserialization. 1.0.3-alpha: Added XML deserialization with DataContracts. 1.0.0-alpha: First release.
RequireLicenseAcceptance False
Tags HttpClient, REST, Portable Class Library, PCL, RestSharp, HTTP, API, JSON, XML
Dependencies Newtonsoft.Json:5.0.8:portable-net45+wp80+win80|Microsoft.Bcl:1.1.6:portable-net45+wp80+win80|Microsoft.Bcl.Async:1.0.165:portable-net45+wp80+win80|Microsoft.Bcl.Build:1.0.13:portable-net45+wp80+win80|Microsoft.Net.Http:2.2.18:portable-net45+wp80+win80
Title PortableRest
PackageSize 33478
PackageHashAlgorithm SHA512
PackageHash P/zQLwe83sYo4h8tH5uWBw5snNPnffb74Vf6bKBSx54V3BoC4gROikVTqKMktA6k9cQJH9IP96luvEisIG1Yhw==
DownloadCount 000000
CreatedDate 2013-12-21T17:30:19

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install PortableRest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install PortableRest -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package PortableRest
Installing the package (HTTP Basic authentication):
Install-Package PortableRest -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package PortableRest -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package PortableRest

OpenWrap

Installing the package:
o add-wrap PortableRest
Uninstalling the package:
o remove-wrap PortableRest

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.3