You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Im trying to get the name of the Champion, which a summoner played in his last game, but its not working.
public Champion getChampion(Platform server, String name) throws RiotApiException { Champion champion = LoLMain.getInstance().getApi().getDataChampion(server, getChampionID(server, name)); return champion; }
Do I have to change the endpoint ?
The text was updated successfully, but these errors were encountered: