Package io.github.cobas91.lol.client
Class SummonerDownloader
java.lang.Object
io.github.cobas91.util.RiotApiHttpClient
io.github.cobas91.lol.client.SummonerDownloader
-
Field Summary
Fields inherited from class io.github.cobas91.util.RiotApiHttpClient
httpClient, log, mapper
-
Method Summary
Modifier and TypeMethodDescriptiongetSummonerInformation
(String summonerName, String tag) Retrieves the information of a summoner given their name.Methods inherited from class io.github.cobas91.util.RiotApiHttpClient
getForUri, sendRequest
-
Method Details
-
getSummonerInformation
Retrieves the information of a summoner given their name.- Parameters:
summonerName
- the name of the summoner- Returns:
- a SummonerInformationResponse object containing the summoner information
-