Package io.github.cobas91.lol.client
Class MatchDownloader
java.lang.Object
io.github.cobas91.util.RiotApiHttpClient
io.github.cobas91.lol.client.MatchDownloader
-
Field Summary
Fields inherited from class io.github.cobas91.util.RiotApiHttpClient
httpClient, log, mapper
-
Constructor Summary
-
Method Summary
Methods inherited from class io.github.cobas91.util.RiotApiHttpClient
getForUri, sendRequest
-
Constructor Details
-
MatchDownloader
-
-
Method Details
-
getMatchById
Retrieves a match object by its ID.- Parameters:
id
- the ID of the match to retrieve- Returns:
- the Match object with the specified ID
-