PortableRest icon indicating copy to clipboard operation
PortableRest copied to clipboard

A library for consuming REST APIs from Portable Class Libraries. Designed to be partially drop-in compatible with RestSharp.

Results 22 PortableRest issues
Sort by recently updated
recently updated
newest added

As the name "Get" implies, this method should not modify the request itself, or at least in an way which is idempodent. Currently, the call adds the base URL and...

When adding AddParameter and one of the values is null it will choose to encode and make PortableRest explode on GetEncodedValue (null pointer exception). Resolution: Add a null check.

Hi, I know I am working on an alpha release, but this one seems the only one that I can add to my Xamarin.iOS and Xamarin.Android project (I am using...

Hello, Do you think its too late to add interfaces for IRestClient and IRestRequest client so that its easily mockable without hitting an actual web server. I would like to...

Using the latest 3.0.1 version of Portable Rest. When I call SendAsync() that does a PUT request, I get back a 400 Bad Request by the Portable Rest library. However,...

Here is the pr to add attachments

Would it be possible to allow the Timeout property of the internal HttpClient to be set? We have one or two calls that can take longer than 60 seconds in...