| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
RankedTeam |
ApiHandler.getTeam(String teamId)
Retrieve information for the specified ranked team
|
| Modifier and Type | Method and Description |
|---|---|
Future<RankedTeam> |
ThrottledApiHandler.getTeam(String teamId)
Retrieve information for the specified ranked team
|
Future<Map<Long,List<RankedTeam>>> |
ThrottledApiHandler.getTeams(long... ids)
Retrieve the ranked teams of the specified users
|
Future<List<RankedTeam>> |
ThrottledApiHandler.getTeams(long id)
Retrieve the ranked teams of a user
|
Future<Map<String,RankedTeam>> |
ThrottledApiHandler.getTeams(String... teamIds)
Retrieve information for the specified ranked teams
|
Map<String,RankedTeam> |
ApiHandler.getTeams(String... teamIds)
Retrieve information for the specified ranked teams
|
List<RankedTeam> |
ApiHandler.getTeamsBySummoner(long id)
Retrieve the ranked teams of a user
|
Map<Long,List<RankedTeam>> |
ApiHandler.getTeamsBySummoners(long... ids)
Retrieve the ranked teams of the specified users
|
Copyright © 2015. All rights reserved.