Tournaments¶
- class clash_royale.aio.Tournaments[source]¶
Bases:
ResourceAsync resource for tournament-related endpoints.
Check the tournaments API docs for more detailed information about each endpoint.
- async get(tag: str) Tournament[source]¶
Get tournament information by tag.
- search(name: str, **params: Unpack[PaginationParams]) PaginatedList[TournamentHeader][source]¶
Search tournaments by name.