restsharp.portable icon indicating copy to clipboard operation
restsharp.portable copied to clipboard

Some kind of a RestSharp port to PCL

Results 9 restsharp.portable issues
Sort by recently updated
recently updated
newest added

I'm trying to implement the request described [here](http://developers.strava.com/docs/reference/#api-Uploads-createUpload). Using [this code](https://gist.github.com/gabornemeth/40ee3e2a8b0e20c9c8a7a6d7f47d415d) I receive error from the server complaining about "data_type" parameter is not supplied. I managed to post successful request...

In order to squeeze the best performance from our Xamarin Android/iOS app, we override DefaultHttpClientFactory.CreateMessageHandler(), as described in issue #34. It works **great** for us! However, with our upgrade to...

Upgrade to .netstandard 2.0, asp.net core 2.0

Get Or Post parameters are added as `x-www-form-urlencoded` for a POST request or in the URL query for a GET request however for a PUT request they are added using...

I'm looking for a maintainer for this project. I simply don't have the time to maintain it any more and - to be honest - I don't think that it's...

help wanted

Would it make more sense to have Authenticator on the RestRequest? I could then reuse clients across different usages of authentication.

enhancement

Sended files parameters are loaded to memory instead of using StreamContent. Can cause OutOfMemoryExceptions.

enhancement

Required by Tumblr API for multiple photo submissions