RestClient icon indicating copy to clipboard operation
RestClient copied to clipboard

OpenAPI client generator

Open kolodi opened this issue 6 years ago • 5 comments

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

kolodi avatar Mar 15 '19 14:03 kolodi

Sounds amazing, thanks mate!

jdnichollsc avatar Mar 16 '19 07:03 jdnichollsc

@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

jdnichollsc avatar May 25 '19 23:05 jdnichollsc

@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 avatar May 27 '19 07:05 kolodi

@kolodi check mate the last version 2.5.7! 👍

jdnichollsc avatar Jun 29 '19 19:06 jdnichollsc

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

jdnichollsc avatar Sep 20 '19 14:09 jdnichollsc