FubarDevelopment / restsharp.portable

Some kind of a RestSharp port to PCL
BSD 2-Clause "Simplified" License
96 stars 33 forks source link

Multipart request problem #104

Open gabornemeth opened 6 years ago

gabornemeth commented 6 years ago

I'm trying to implement the request described here.

Using this code I receive error from the server complaining about "data_type" parameter is not supplied. I managed to post successful request with Postman.

fubar-coder commented 6 years ago

This project has reached its end of life and I currently don't have the time to support this project (see issue #99). Please use HttpClient instead.