RiotGames.TeamfightTactics (riot_games_client v0.1.0)

Summary

Functions

Fetches the challenger league.

Fetches the grandmaster league.

Fetches the league by id.

Fetches the league by summoner id.

Fetches the league entries in a tier and division.

Fetches the master league.

Fetches the match by id.

Fetches a list of match IDs for a player.

Fetches the status of the platform.

Fetches the summoner by account id.

Fetches the summoner by summoner id.

Fetches the summoner by name.

Fetches the summoner by puuid.

Fetches the top rated ladder for a queue.

Functions

Link to this function

challenger_league(region)

Fetches the challenger league.

Required

  • region - The region of the challenger league.
Link to this function

grandmaster_league(region)

Fetches the grandmaster league.

Required

  • region - The region of the grandmaster league.
Link to this function

league(region, league_id)

Fetches the league by id.

Required

  • region - The region of the league.
  • league_id - The league id to fetch.
Link to this function

league_by_summoner(region, summoner_id)

Fetches the league by summoner id.

Required

  • region - The region of the summoner.
  • summoner_id - The summoner id to fetch.
Link to this function

league_entries(region, tier, division, page \\ 1)

Fetches the league entries in a tier and division.

Required

  • region - The region of the league.
  • tier - The tier to fetch.
  • division - The division to fetch.

Optional

  • page - The page to fetch.
Link to this function

master_league(region)

Fetches the master league.

Required

  • region - The region of the master league.
Link to this function

match(region, match_id)

Fetches the 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, opts \\ [])

Fetches a list of match IDs for a player.

Required

  • region - The region of the player.
  • puuid - The player ID.

Optional

  • startTime - The start time to use for filtering match IDs.
  • endTime - The end time to use for filtering match IDs.
  • queue - The queue to use for filtering match IDs.
  • type - The type to use for filtering match IDs.
  • start - The start index to use for filtering match IDs.
  • count - The count to use for filtering match IDs.

Fetches the status of the platform.

Required

  • region - The region of the platform.
Link to this function

summoner_by_account_id(region, account_id)

Fetches the summoner by account id.

Required

  • region - The region of the summoner.
  • account_id - The account id to fetch.
Link to this function

summoner_by_id(region, summoner_id)

Fetches the summoner by summoner id.

Required

  • region - The region of the summoner.
  • summoner_id - The summoner id to fetch.
Link to this function

summoner_by_name(region, name)

Fetches the summoner by name.

Required

  • region - The region of the summoner.
  • name - The name to fetch.
Link to this function

summoner_by_puuid(region, puuid)

Fetches the summoner by puuid.

Required

  • region - The region of the summoner.
  • puuid - The puuid to fetch.
Link to this function

top_rated_ladder(region, queue_id)

Fetches the top rated ladder for a queue.

Required

  • region - The region of the ladder.
  • queue_id - The queue id to fetch the top rated ladder for.