Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
Modifier and Type | Method and Description |
---|---|
Match |
RiotApi.getMatch(Platform platform,
long matchId)
Get match by
matchId . |
Match |
RiotApi.getMatch(Platform platform,
long matchId,
long forAccountId)
Get match by
matchId . |
Match |
RiotApi.getMatchByMatchIdAndTournamentCode(Platform platform,
long matchId,
java.lang.String tournamentCode)
Retrieve match by
matchId and tournamentCode . |