RestClient icon indicating copy to clipboard operation
RestClient copied to clipboard

🦄 A Promise based REST and HTTP client for Unity 🎮

Results 29 RestClient issues
Sort by recently updated
recently updated
newest added

https://github.com/proyecto26/RestClient/issues/138

I tried to use this package to download certain file from firebase storage using the DownloadHandlerFile request function but always meet with the same error Proyecto26.RequestException: HTTP/1.1 403 Forbidden and...

Hello. I have a post implementation wich works correctly from que unity editor, but when I build and run the project in WebGL, I receive a message : "Proyecto26.RequestException: Unknown...

I am using the RestClient in Unity to make requests to the Microsoft Graph API. So far the RestClient has worked remarkably well and I really enjoy using it. Recently,...

Hi everyone, I got a problem to use GET function. I try to get a web request on my local node js server. When i hit play in inspector, GET...

Hey! I just discovered RestClient and it's been an amazing discovery! Thank you for the hard work guys! I was having some issues because I'm trying to send a PUT...

All the code examples have void as the return type. But I would like to create some of my methods that make a REST API call return a value. What...

Hey, so I am trying to connect and get an access Token from my directus instance. If I use this code the code below then I get a 400 bad...

Hey @jdnichollsc, is this project still maintained?