| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
ChampionList |
ApiHandler.getChampionListDto()
Get champion information for all champions
|
ChampionList |
ApiHandler.getChampionListDto(ChampData champData)
Get champion information for all champions.
|
ChampionList |
ApiHandler.getChampionListDto(String locale,
String version,
boolean dataById,
ChampData champData)
Get champion information for all champions
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Future<ChampionList> |
ThrottledApiHandler.getChampionListDto()
Get champion information for all champions
|
Future<ChampionList> |
ThrottledApiHandler.getChampionListDto(ChampData champData)
Get champion information for all champions.
|
Future<ChampionList> |
ThrottledApiHandler.getChampionListDto(String locale,
String version,
boolean dataById,
ChampData champData)
Get champion information for all champions
This method does not count towards the rate limit
|
Copyright © 2015. All rights reserved.