| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
Summoner |
ApiHandler.getSummoner(int id)
Get summoner information for the summoner with the specified id
|
Summoner |
ApiHandler.getSummoner(String name)
Get summoner information for the specified summoner
|
| Modifier and Type | Method and Description |
|---|---|
Future<Summoner> |
ThrottledApiHandler.getSummoner(int id)
Get summoner information for the summoner with the specified id
|
Future<Summoner> |
ThrottledApiHandler.getSummoner(String name)
Get summoner information for the specified summoner
|
Future<Map<Integer,Summoner>> |
ThrottledApiHandler.getSummoners(Integer... ids)
Get summoner information for the summoners with the specified ids
|
Map<Integer,Summoner> |
ApiHandler.getSummoners(Integer... ids)
Get summoner information for the summoners with the specified ids
|
Future<Map<String,Summoner>> |
ThrottledApiHandler.getSummoners(String... names)
Get summoner information for the summoners with the specified names
|
Map<String,Summoner> |
ApiHandler.getSummoners(String... names)
Get summoner information for the summoners with the specified names
|
Copyright © 2015. All rights reserved.