taycaldwell / riot-api-java

Riot Games API Java Library
http://taycaldwell.github.io/riot-api-java/
Apache License 2.0
190 stars 73 forks source link

get runes pages by summoner #151

Open busaud opened 5 years ago

busaud commented 5 years ago

What I want exactly is to get the runes pages names of the summoner. I have found this method in the documentations "getRunesPagesBySummoner", however, it is not in the api.

1- I want a way to know this information please. 2- I think the documentations website provided in the readme file is not uptodate because I couldn't find some methods like "getDataReforgedRune" where I can see it in the eclipse auto-completion suggestions.

Appreciate the work spent on the API. Thank you guys.