stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

Reference #12

Closed borsodigerii closed 5 years ago

borsodigerii commented 5 years ago

Hi! I'm new to this, and i have a question: do you have a reference for all of these methods in the generated package? (Like which one what is for, examples etc) Ty for your fast answer! :) (Sorry for my bad English)

borsodigerii commented 5 years ago

And i have another question plus for this: When the program process this row: if (!api.isAuthorized()){ then the error log is this: Using endpoint "" which is not in the list of allowed endpoints! If you're seeing this message while using allowed endpoint, consider opening an issue or pull request. Why is this happening? (I didn't edited the packages) Thank you for your help :D

stirante commented 5 years ago

All generated classes are made from swagger documentation, which you can see with rift explorer: https://github.com/Pupix/rift-explorer

As for the error log, I'll check it today later. It's probably a bug, but it shouldn't interfere with anything, it's only a warning.

borsodigerii commented 5 years ago

Okay, i'll check it out. Do i have to close this issue, or just let it open until you check for that bug?

stirante commented 5 years ago

Fixed in https://github.com/stirante/lol-client-java-api/commit/4326f86e3397a76b137d3cf83787fa5eeb65b629