Package | Description |
---|---|
com.mingweisamuel.zyra |
Contains core elements of the Zyra library, such as
RiotApi and all of the endpoint
sets.com.mingweisamuel.zyra.util Contains general utilities used internally.com.mingweisamuel.zyra.enums Contains general static classes and enums useful for interacting with the
Riot API.The remaining sub-packages contain generated DTO classes returned by their respective endpoint set. |
Modifier and Type | Method and Description |
---|---|
LeagueList |
LeagueV4Endpoints.getChallengerLeague(Region region,
String queue)
Get the challenger league for given queue.
|
LeagueList |
LeagueV4Endpoints.getGrandmasterLeague(Region region,
String queue)
Get the grandmaster league of a specific queue.
|
LeagueList |
LeagueV4Endpoints.getLeagueById(Region region,
String leagueId)
Get league with given ID, including inactive entries.
|
LeagueList |
LeagueV4Endpoints.getMasterLeague(Region region,
String queue)
Get the master league for given queue.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LeagueList> |
LeagueV4Endpoints.getChallengerLeagueAsync(Region region,
String queue)
Get the challenger league for given queue.
|
CompletableFuture<LeagueList> |
LeagueV4Endpoints.getGrandmasterLeagueAsync(Region region,
String queue)
Get the grandmaster league of a specific queue.
|
CompletableFuture<LeagueList> |
LeagueV4Endpoints.getLeagueByIdAsync(Region region,
String leagueId)
Get league with given ID, including inactive entries.
|
CompletableFuture<LeagueList> |
LeagueV4Endpoints.getMasterLeagueAsync(Region region,
String queue)
Get the master league for given queue.
|
Copyright © 2019. All rights reserved.