RiotGames.LegendsOfRuneterra (riot_games_client v0.1.0)
Summary
Functions
Fetches match by id.
Fetches matches by puuid.
Fetches the ranked leaderboard.
Fetches the status of the platform.
Functions
Link to this function
match(region, match_id)
Fetches match by id.
Required
region
- The region of the match.match_id
- The match id to fetch.
Link to this function
matches_by_player(region, puuid)
Fetches matches by puuid.
Required
region
- The region of the matches.puuid
- The puuid to fetch matches for.
Link to this function
ranked_leaderboard(region)
Fetches the ranked leaderboard.
Required
region
- The region of the leaderboard.
Link to this function
status(region)
Fetches the status of the platform.
Required
region
- The region to of the platform.