API Reference
The following section outlines the API of rlapi’s tier_breakdown extension module.
rlstats.net
- await rlapi.ext.tier_breakdown.rlstatsnet.get_tier_breakdown(client)[source]
Get tier breakdown from rlstats.net.
- Parameters
client (
rlapi.Client) – Client object.- Returns
Tier breakdown.
- Return type
- Raises
HTTPException – Downloading tier breakdown failed.
ValueError – Parsing downloaded tier breakdown failed.