URL Helpers

sans.url.CardsDump(season: Literal[1, '1', 2, '2', 3, '3']) httpx.URL
sans.url.Command(nation: str, c: str, **parameters: str) URL
sans.url.Nation(nation: str, *shards: str | _Shard, **parameters: str) httpx.URL
sans.url.NationsDump(date: _date | None = None) httpx.URL
sans.url.Region(region: str, *shards: str, **parameters: str) URL
sans.url.RegionsDump(date: _date | None = None) httpx.URL
sans.url.Shard(q: str, **parameters: str) _Shard
sans.url.Telegram(client: str, tgid: str, key: str, to: str)
sans.url.WA(wa: Literal[1, '1', 2, '2'], *shards: str | _Shard, **parameters: str) httpx.URL
sans.url.World(*shards: str | _Shard, **parameters: str) httpx.URL