proyecto26 / RestClient

🦄 A Promise based REST and HTTP client for Unity 🎮
https://assetstore.unity.com/packages/slug/102501
MIT License
1.23k stars 171 forks source link

OpenAPI client generator #59

Open kolodi opened 5 years ago

kolodi commented 5 years ago

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 :)

jdnichollsc commented 5 years ago

Sounds amazing, thanks mate!

jdnichollsc commented 5 years ago

@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 commented 5 years ago

@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

jdnichollsc commented 5 years ago

@kolodi check mate the last version 2.5.7! 👍

jdnichollsc commented 4 years ago

and check the last version 2.6.0 to support query string params! 💯