| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
SummonerSpell |
ApiHandler.getSummonerSpell(int id)
Retrieve a specific summoner spell
This method does not count towards the rate limit
|
SummonerSpell |
ApiHandler.getSummonerSpell(int id,
SpellData data)
Retrieve a specific summoner spell
This method does not count towards the rate limit
|
SummonerSpell |
ApiHandler.getSummonerSpell(int id,
SpellData data,
String version,
String locale)
Retrieve a specific summoner spell
This method does not count towards the rate limit
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SummonerSpell> |
SummonerSpellList.getSpells() |
Future<SummonerSpell> |
ThrottledApiHandler.getSummonerSpell(int id)
Retrieve a specific summoner spell
This method does not count towards the rate limit and is not affected by the throttle
|
Future<SummonerSpell> |
ThrottledApiHandler.getSummonerSpell(int id,
SpellData data)
Retrieve a specific summoner spell
This method does not count towards the rate limit and is not affected by the throttle
|
Future<SummonerSpell> |
ThrottledApiHandler.getSummonerSpell(int id,
SpellData data,
String version,
String locale)
Retrieve a specific summoner spell
This method does not count towards the rate limit and is not affected by the throttle
|
Future<Collection<SummonerSpell>> |
ThrottledApiHandler.getSummonerSpells()
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit and is not affected by the throttle
|
Collection<SummonerSpell> |
ApiHandler.getSummonerSpells()
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit
|
Future<Collection<SummonerSpell>> |
ThrottledApiHandler.getSummonerSpells(SpellData data)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit and is not affected by the throttle
|
Collection<SummonerSpell> |
ApiHandler.getSummonerSpells(SpellData data)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit
|
Future<Collection<SummonerSpell>> |
ThrottledApiHandler.getSummonerSpells(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit and is not affected by the throttle
|
Collection<SummonerSpell> |
ApiHandler.getSummonerSpells(SpellData data,
String version,
String locale,
boolean dataById)
Get a list of all summoner spells as Java Collection
This method does not count towards the rate limit
|
Copyright © 2015. All rights reserved.