RestClient
RestClient copied to clipboard
🦄 A Promise based REST and HTTP client for Unity 🎮
Promises are so ugly, especially when you have to chain multiple `.Then()` blocks. So I tried to `await` the promise instead, but it won't compile because they're not awaitable. Now...
Use **EditorCoroutine** option to support Editor Coroutines for a request
First of all, thank you for your amazing work on the Rest Client for Unity ! I'm using it in my game to send all the players replay data to...
This issue might be similar to #214 I imported the package into a new Unity 2019.4.28f1 project which results in the following errors: ``` Asset Packages/com.proyecto26.restclient/packages.config has no meta file,...
Remove `#if NET_40` to make it work on newer versions of .NET.
Hi, I want to discard all requests that are made as soon as I leave given scene, so my code is: ``` public class LadderRepository : MonoBehaviour { private string...
> Hello everyone, I'm writing the code that should get some info from the server on the virtual machine with self-signed certificate. I found your package and it's wonderfull! I've...
When I use restclient to simulate login, I need to keep the cookie, but there is a FriendlyName attribute in the cookie returned by the server that contains non-ascii characters,...
not sure if issue or feature request.. example from google maps (markers parameter) http://maps.googleapis.com/maps/api/staticmap?&size=600x400&style=visibility:on &style=feature:water%7Celement:geometry%7Cvisibility:on &style=feature:landscape%7Celement:geometry%7Cvisibility:on &markers=anchor:32,10%7Cicon:https://goo.gl/5y3S82%7CCanberra+ACT &markers=anchor:topleft%7Cicon:http://tinyurl.com/jrhlvu6%7CMelbourne+VIC &markers=anchor:topright%7Cicon:https://goo.gl/1oTJ9Y%7CSydney+NSW&key=YOUR_API_KEY since the Params in the request helper accepts a dictionary, there...
I'm heavily wondering about the creation of the "Who is using RestClient" section in the README. Are there any companies/startups that would like to be there? If so, please, post...