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 |
---|---|
LobbyEventDTOWrapper |
TournamentStubV4Endpoints.getLobbyEventsByCode(Region region,
String tournamentCode)
Gets a mock list of lobby events by tournament code.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<LobbyEventDTOWrapper> |
TournamentStubV4Endpoints.getLobbyEventsByCodeAsync(Region region,
String tournamentCode)
Gets a mock list of lobby events by tournament code.
|
Copyright © 2019. All rights reserved.