riotwatcher package

class riotwatcher.RiotWatcher(api_key=None, custom_handler_chain=None, timeout=None, kernel_url=None)

RiotWatcher class is intended to be the main interaction point with the RiotAPI.

champion

Interface to the Champion Endpoint

Return type:ChampionApiV3
champion_mastery

Interface to the ChampionMastery Endpoint

Return type:ChampionMasteryApiV4
data_dragon

Interface to the DataDragon Endpoint

Return type:DataDragonApi
league

Interface to the League Endpoint

Return type:LeagueApiV4
lol_status

Interface to the LoLStatus Endpoint

Return type:LolStatusApiV3
match

Interface to the Match Endpoint

Return type:MatchApiV4
spectator

Interface to the Spectator Endpoint

Return type:SpectatorApiV4
summoner

Interface to the Summoner Endpoint

Return type:SummonerApiV4
third_party_code

Interface to the Third Party Code Endpoint

Return type:ThirdPartyCodeApiV4