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