| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
SummonerSpellList |
ApiHandler.getSummonerSpellListDro(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit
|
SummonerSpellList |
ApiHandler.getSummonerSpellListDto()
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit
|
SummonerSpellList |
ApiHandler.getSummonerSpellListDto(SpellData data)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Future<SummonerSpellList> |
ThrottledApiHandler.getSummonerSpellListDro(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit and is not affected by the throttle
|
Future<SummonerSpellList> |
ThrottledApiHandler.getSummonerSpellListDto()
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit and is not affected by the throttle
|
Future<SummonerSpellList> |
ThrottledApiHandler.getSummonerSpellListDto(SpellData data)
Get a list of all summoner spells as returned by the API
This method does not count towards the rate limit and is not affected by the throttle
|
Copyright © 2015. All rights reserved.