RiotApi.Champion, RiotApi.ChampionMastery, RiotApi.CurrentGame, RiotApi.FeaturedGames, RiotApi.League, RiotApi.LolStatus, RiotApi.Match, RiotApi.MatchList, RiotApi.RateType, RiotApi.RecentGames, RiotApi.StaticData, RiotApi.Stats, RiotApi.Summoner, RiotApi.Team| Modifier and Type | Method and Description |
|---|---|
FeaturedGamesDto |
getFeaturedGames()
/observer-mode/rest/featured
403 Forbidden 429 Rate limit exceeded |
static Region[] |
getSupportedRegions(float version) |
getApiKey, getRateType, getRegion, getVersion, setAutoRetry, setPrintUrl, setProxy, setRateControl, setRetryCountstatic Region[] getSupportedRegions(float version)
version - a positive value denoting the version (e.g. 1.2)Regions this API supportsInvalidVersionException - if the version number cannot be mapped to a valid versionFeaturedGamesDto getFeaturedGames() throws java.io.IOException, HttpException
RiotApi.FeaturedGames object with all the featured games for the Region
queried against or null if some network error occurredHttpException - non 2XX response code returnedjava.io.IOException - some connection error (e.g. server down)