| Package | Description |
|---|---|
| net.boreeas.riotapi.rest |
| Modifier and Type | Method and Description |
|---|---|
Future<List<MatchSummary>> |
ThrottledApiHandler.getMatchHistory(long playerId)
Retrieve a player's match history.
|
List<MatchSummary> |
ApiHandler.getMatchHistory(long playerId)
Retrieve a player's match history.
|
Future<List<MatchSummary>> |
ThrottledApiHandler.getMatchHistory(long playerId,
String... championIds)
Retrieve a player's match history.
|
List<MatchSummary> |
ApiHandler.getMatchHistory(long playerId,
String... championIds)
Retrieve a player's match history.
|
Future<List<MatchSummary>> |
ThrottledApiHandler.getMatchHistory(long playerId,
String[] championIds,
QueueType... queueTypes)
Retrieve a player's match history, filtering out all games not in the specified queues.
|
List<MatchSummary> |
ApiHandler.getMatchHistory(long playerId,
String[] championIds,
QueueType... queueTypes)
Retrieve a player's match history, filtering out all games not in the specified queues.
|
Future<List<MatchSummary>> |
ThrottledApiHandler.getMatchHistory(long playerId,
String[] championIds,
QueueType[] queueTypes,
int beginIndex,
int endIndex)
Retrieve a player's match history, filtering out all games not in the specified queues.
|
List<MatchSummary> |
ApiHandler.getMatchHistory(long playerId,
String[] championIds,
QueueType[] queueTypes,
int beginIndex,
int endIndex)
Retrieve a player's match history, filtering out all games not in the specified queues.
|
Copyright © 2015. All rights reserved.