RiotGames.Valorant (riot_games_client v0.1.0)

Summary

Functions

Fetches valorant content.

Fetches match by id.

Fetches matchlist by puuid.

Fetches leaderboard by act id.

Fetches recent matches by queue id.

Fetches the status of the platform.

Functions

Link to this function

content(region, locale \\ nil)

Fetches valorant content.

Required

  • region - The region to fetch content for.

Optional

  • locale - The locale to fetch content for.
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

matchlist(region, puuid)

Fetches matchlist by puuid.

Required

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

ranked_leaderboard(region, act_id, opts \\ [])

Fetches leaderboard by act id.

Required

  • region - The region of the leaderboard.
  • act_id - The act id to fetch leaderboard for.

Optional

  • size - The number of entries to fetch.
  • startIndex - The index to start fetching entries from.
Link to this function

recent_matches(region, queue_id)

Fetches recent matches by queue id.

Required

  • region - The region of the recent matches.
  • queue_id - The queue id to fetch recent matches for.

Fetches the status of the platform.

Required

  • region - The region of the platform.