FIX: Fixed FLash Client library#2039
FIX: Fixed FLash Client library#2039wing328 merged 2 commits intoswagger-api:masterfrom glederrey:master
Conversation
|
Thanks @glederrey 🍻 I would suggest updating the Petstore sample by running |
|
Also would recommend you to create a new branch for your work (upcoming contribution) Ref: https://www.git-tower.com/learn/git/ebook/command-line/appendix/best-practices => Use Branches |
|
@wing328 You're welcome.. |
|
Just a question, in order to change the branch (and this PR), do I have to delete this PR and create a new one with the new branch?? |
|
For this PR, you can just keep it (master) as it's. My suggestion is more for moving forward. |
|
Okay.. Sorry about that.. I saw that the checks failed for the android client library.. What can I do with this?? |
|
I've restarted the CI build for that. Let's see how it goes. |
|
Okay, thank you |
|
CI tests passed. PR merged. Thanks again for the contribution. |
FIX: Fixed FLash Client library
|
You're welcome.. I hope I'll be able to help you more.. =) |
|
Btw, I notice you seem to be using your private account (?) for the commit and therefore the top contributor list is not showing your contribution. Let me know if you want to redo the change again so that the credit goes back to your public github account |
|
Hi @wing328, |
|
If you look at the commit history for this PR, you will find that the commits are not linked to your Github account @glederrey That's probably why Github didn't count the 2 commits (contribution) to your Github account @glederrey |
|
You're right.. That's weird.. |
|
The commit log may give you a clue: As you can see, mine has a proper email address linked to it. Yours is just a name. Maybe it has to do with your local git setting. |
|
Okay, I see.. There was a problem when I put the username and email.. I changed it for next time.. =) |
|
Entirely up to you. If you want to redo it (so that credits go back to @glederrey), just let me know. |
|
If we can do it in an easy way.. With pleasure.. =) |
|
I can roll back the change for the time being. You can then submit a PR with commits linked to @glederrey . |
|
Okay.. Thank you very much |
|
Do I have to submit a new PR?? |
|
Just reverted your PR. Please submit a new one with commits properly linked to your Github account. |
|
I will do that.. Thanks again.. |
|
Np. Just want to make sure you get the credits for your contribution that you deserved. |
Hi,
I fixed the Flash client library. It had multiple problems.. =) I also added a README.txt that explains how to use it.. (It's a bit more difficult to use than Python..)
That's everything.. So, I don't really improved this library. But at least, this library generated by Swagger will compile directly and will be ready to be used..