Open kolodi opened 5 years ago
Sounds amazing, thanks mate!
@kolodi try the last release, It would be much better including the code of RSG.Promise
library instead of use a dll to avoid issues from UWP as you can see here => https://github.com/proyecto26/RestClient/issues/67#issuecomment-485920551
@kolodi try the last release, It would be much better including the code of
RSG.Promise
library instead of use a dll to avoid issues from UWP as you can see here => #67 (comment)
Ok, thx for referencing, I will reintegrate the last release to solve the problem with HL
@kolodi check mate the last version 2.5.7! 👍
and check the last version 2.6.0 to support query string params! 💯
First of all, let me thank you for this beautiful unity http handler.
I've been creating simple http wrappers in my almost every unity project and recently I did the same for my UnityOpenApi/master project. I started with simple co-routines and callbacks (for major compatibility), and I realized pretty soon that this approach is quite limited, especially for download/upload progress and overall readability and prettiness of the code. So then I've found your project and instantly wanted to integrate it UnityOpenApi/dev.
Please feel free to check it out an maybe to contribute. I will definitely contribute into yours, I have already a couple of changes in mind :)