Skip to content

v3.0.0

Latest

Choose a tag to compare

@Pupix Pupix released this 21 May 16:17
· 3 commits to master since this release

All Riot Games 2.x API endpoints have been removed.

Most methods have been changed to a different naming scheme, to
better show what entity they act upon.

Most methods can be configured through parameters to return a list or a single record.

Methods Added

  • getMatchTimeline - Returns the timeline of a match.
  • getSummonerLeagues - Returns the list of leans for a summoner.
  • getSummonerLeaguePositions -> Returns the league positions for a summoner.

Method changes

  • getMatchListByAccountId -> getAccountMatchlist

  • getRecentGamesByAccountId -> getAccountRecentMatchlist

  • getChampions -> getChampionsStatus

  • getChampionById -> getChampionsStatus

  • getMatchById -> getMatch

  • getChampionData -> getChampionsStaticData

  • getChampionDataById -> getChampionsStaticData

  • getItemData -> getItemsStaticData

  • getItemDataById -> getItemsStaticData

  • getLanguages -> getLanguagesStaticData

  • getLanguageStrings -> getLanguageStringsStaticData

  • getMaps -> getMapsStaticData

  • getMasteryData -> getMasteriesStaticData

  • getMasteryDataById -> getMasteriesStaticData

  • getProfileIcons -> getProfileIconsStaticData

  • getRealms -> getRealmsStaticData

  • getRuneData -> getRunesStaticData

  • getRuneDataById -> getRunesStaticData

  • getSummonerSpellData -> getSummonerSpellsStaticData

  • getSummonerSpellDataById -> getSummonerSpellsStaticData

  • getVersions -> getVersionsStaticData

  • getSummonersByName -> getSummoner

  • getSummonerByAccountId -> getSummoner

  • getSummonerById -> getSummoner

  • getActiveGameBySummonerId -> getSummonerActiveGame

  • getChampionMastery -> getSummonerChampionMastery

  • getChampionMasteryById -> getSummonerChampionMastery

  • getChampionMasteryScore -> getSummonerChampionMasteryScore

  • getMasteriesBySummonerId -> getSummonerMasteries

  • getRunesBySummonerId -> getSummonerRunes