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 |
---|---|
List<LeagueEntry> |
LeagueV4Endpoints.getLeagueEntries(Region region,
String division,
String tier,
String queue)
Get all the league entries.
|
List<LeagueEntry> |
LeagueV4Endpoints.getLeagueEntries(Region region,
String division,
String tier,
String queue,
Integer page)
Get all the league entries.
|
CompletableFuture<List<LeagueEntry>> |
LeagueV4Endpoints.getLeagueEntriesAsync(Region region,
String division,
String tier,
String queue)
Get all the league entries.
|
CompletableFuture<List<LeagueEntry>> |
LeagueV4Endpoints.getLeagueEntriesAsync(Region region,
String division,
String tier,
String queue,
Integer page)
Get all the league entries.
|
List<LeagueEntry> |
LeagueV4Endpoints.getLeagueEntriesForSummoner(Region region,
String encryptedSummonerId)
Get league entries in all queues for a given summoner ID.
|
CompletableFuture<List<LeagueEntry>> |
LeagueV4Endpoints.getLeagueEntriesForSummonerAsync(Region region,
String encryptedSummonerId)
Get league entries in all queues for a given summoner ID.
|
Copyright © 2019. All rights reserved.