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 |
---|---|
TournamentCode |
TournamentV4Endpoints.getTournamentCode(Region region,
String tournamentCode)
Returns the tournament code DTO associated with a tournament code string.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<TournamentCode> |
TournamentV4Endpoints.getTournamentCodeAsync(Region region,
String tournamentCode)
Returns the tournament code DTO associated with a tournament code string.
|
Copyright © 2019. All rights reserved.