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

endpoint "lol-item-sets", "lol-champions" #16

Closed OlivierMary closed 4 years ago

OlivierMary commented 4 years ago

Hi,

I use lol-item-sets and lol-champions and got this errors:

Using endpoint "lol-item-sets" 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.

Using endpoint "lol-champions" 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.

Enjoy and thanks for the lib.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.78. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

stirante commented 4 years ago

A long time ago, Riot released list of endpoints, that are allowed to use. Since then I think they abandoned this idea.

To hide the warnings, use setDisableEndpointWarnings method