PortableRest.Signed
3.1.0-Beta1
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package PortableRest.Signed --version 3.1.0-Beta1
NuGet\Install-Package PortableRest.Signed -Version 3.1.0-Beta1
<PackageReference Include="PortableRest.Signed" Version="3.1.0-Beta1" />
paket add PortableRest.Signed --version 3.1.0-Beta1
#r "nuget: PortableRest.Signed, 3.1.0-Beta1"
// Install PortableRest.Signed as a Cake Addin #addin nuget:?package=PortableRest.Signed&version=3.1.0-Beta1&prerelease // Install PortableRest.Signed as a Cake Tool #tool nuget:?package=PortableRest.Signed&version=3.1.0-Beta1&prerelease
A *SIGNED* library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Silverlight 5, Windows Phone 8.x, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Microsoft.Bcl (>= 1.1.9)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.14)
- Microsoft.Net.Http (>= 2.2.22)
- Newtonsoft.Json (>= 6.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PortableRest.Signed:
Package | Downloads |
---|---|
VineSharp
A simple async wrapper for the Vine API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0-CI-20201113-175637 | 307 | 11/13/2020 |
4.1.0-CI-20200529-152344 | 357 | 5/29/2020 |
4.1.0-CI-20200528-221935 | 358 | 5/28/2020 |
4.1.0-CI-20200528-213121 | 361 | 5/28/2020 |
4.1.0-CI-20200528-192624 | 350 | 5/28/2020 |
4.1.0-CI-20200527-232655 | 406 | 5/27/2020 |
4.1.0-CI-20200527-222425 | 347 | 5/27/2020 |
4.1.0-CI-20200527-221340 | 380 | 5/27/2020 |
4.0.1-CI-20191119-191939 | 431 | 11/19/2019 |
4.0.0 | 811 | 11/13/2019 |
3.1.0-beta7 | 1,368 | 10/10/2016 |
3.1.0-beta6 | 1,066 | 9/13/2016 |
3.1.0-beta5 | 1,038 | 9/10/2016 |
3.1.0-Beta4 | 1,331 | 11/30/2015 |
3.1.0-Beta3 | 1,201 | 11/30/2015 |
3.1.0-Beta2a | 1,140 | 11/16/2015 |
3.1.0-Beta2 | 1,130 | 11/16/2015 |
3.1.0-Beta1 | 2,434 | 8/27/2014 |
3.0.1 | 29,992 | 8/16/2014 |
3.0.0-beta2 | 923 | 6/11/2014 |
3.0.0-beta1 | 997 | 6/2/2014 |
3.0.1
• Tons of bug fixes.
• Improved the way PortableRest handles parameters being sent over the wire.
• Added constructor overload that accepts a custom HttpMessageHandler for all requests the HttpClient makes.
• Added support for using the AsyncOAuth NuGet package for leveraging OAuth in your requests.
• Added support for specifying the JsonSerializerSettings on a client-wide or per-request basis, with request-specific settings taking precedence.
• Enhanced the SendAsync method to pass exceptions thrown by the serializer into the RestResponse.
• The serializer now strips namespaces from XML payloads before attempting to de-serialize. You may need to update your objects to [DataContract(Namespace="")] if you use XML-based Rest services.
2.5
• New generic and non-generic SendAsync() methods that return a RestResponse with more detailed information.
• Fixed an issue where the Async call can deadlock in certain situations.
• Added CancellationToken support.
• Windows Phone 8.1 support.
2.4.1
• RestClient.CookieContainer property to share cookies between requests.
• (Breaking) Reorganized namespaces.
• Added more documentation.
2.4
• Added ability to set encoding on individual parameters.
• Added request-specific headers for OAuth compatibility.
• Added RestClient.SetUserAgent()to set the UserAgent for you.
2.3
• Triumphant return of SL5 support.
• Better documentation.
• RestClient.ExecuteAsync can return the raw string.
• Misc. bug fixes.
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: Updated to latest packages, include Microsoft.Bcl.Build directly to help with app.config issues.
1.1: Compiled to HttpClient 2.2.
1.0.8: Compile to new dependencies.
1.0.6: Update based on changes to HttpClient.Compression.
1.0.5: Added Compression support.
1.0.4-alpha: Added basic POST support, & updated XML deserialization.
1.0.3: Added XML deserialization with DataContracts.
1.0.0: First release.