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. |
com.mingweisamuel.zyra.entity |
Entity classes, high level representations of Riot API objects for ease of use.
All objects should be created via the EntityApi get* methods. |
Modifier and Type | Method and Description |
---|---|
MatchTimeline |
MatchV4Endpoints.getMatchTimeline(Region region,
long matchId)
Get match timeline by match ID.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MatchTimeline> |
MatchV4Endpoints.getMatchTimelineAsync(Region region,
long matchId)
Get match timeline by match ID.
|
Modifier and Type | Method and Description |
---|---|
MatchTimeline |
MatchEntity.getTimeline() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<MatchTimeline> |
MatchEntity.getTimelineAsync() |
Copyright © 2019. All rights reserved.