+get_account_by_name_v1 (name, tag, **kwargs)
|
+Get the account details for a player using version 1 of the endpoint. |
+
+get_account_by_name (version, name, tag, **kwargs)
|
+Get the account details for a player using a specific version of the endpoint. |
+
+get_account_by_puuid_v1 (puuid, **kwargs)
|
+Get the account details for a player using version 1 of the endpoint. |
+
+get_account_by_puuid (version, puuid, **kwargs)
|
+Get the account details for a player using a specific version of the endpoint. |
+
+get_active_shards_v1 (puuid, **kwargs)
|
+Get the active shards for a player using version 1 of the endpoint. |
+
+get_active_shards (version, puuid, **kwargs)
|
+Get the active shards for a player using a specific version of the endpoint. |
+
+get_content_v1 ([locale])
|
+Get the content for a specific locale using version 1 of the endpoint. |
+
+get_content (version[, locale])
|
+Get the content for a specific locale using a specific version of the endpoint. |
+
+get_leaderboard_v1 (region[, act_id, start, size])
|
+Get the leaderboard for a region using version 1 of the endpoint. |
+
+get_leaderboard (version, region[, act_id, ...])
|
+Get the leaderboard for a region using a specific version of the endpoint. |
+
+get_match_details_v1 (region, match_id, **kwargs)
|
+Get the match details for a match using version 1 of the endpoint. |
+
+get_match_details (version, region, match_id, ...)
|
+Get the match details for a match using a specific version of the endpoint. |
+
+get_match_history_v1 (region, puuid, **kwargs)
|
+Get the match history for a player using version 1 of the endpoint. |
+
+get_match_history (version, region, puuid, ...)
|
+Get the match history for a player using a specific version of the endpoint. |
+
+get_recent_matches_v1 (region, queue, **kwargs)
|
+Get recent matches for a match queue using version 1 of the endpoint. |
+
+get_recent_matches (version, region, queue, ...)
|
+Get recent matches for a match queue. |
+
+get_status_v1 (region, **kwargs)
|
+Get the status for a specific region using version 1 of the endpoint. |
+
+get_status (version, region, **kwargs)
|
+Get the status for a specific region. |
+
+
+