DorianCaup

Results 3 comments of DorianCaup

Hello, This strongly looks like a url re-encoding. The filter in the URL that you sent is encoded in UTF-8 and the server re-encodes it again. Exemple : http://yourapi.com/api/products?filter[id]=1 If...

Hi, Please look at my answer on this thread : https://github.com/Bukimedia/PrestaSharp/issues/210 I hope it will help you.

Hello, PrestaSharp use the library RestSharp. You should be able to implement async methods using this link : https://github.com/restsharp/RestSharp