Expand description
Communicate with start.gg’s API in a fast, type-safe manner with little hassle.
Re-exports§
Modules§
- enums
- Enumerations used for serializing and deserializing data from the start.gg API.
- structs
- Structures used for serializing and deserializing data structures from the start.gg API.
Structs§
- Vars
- Variables for a query.
Functions§
- execute_
query - Execute a query.
- get_
entrant_ info - Get information about a specific entrant.
- get_
entrants_ from_ set - Get specific set and various information about it.
- get_
events_ from_ tournament - Get events from a tournament.
- get_
phase_ groups_ from_ phase - Get phase groups from a phase.
- get_
phases_ from_ event - Get phases from an event.
- get_
sets_ from_ phase_ group - Get all of the sets in a given phase group.
- get_
tournament_ info - Get some basic tournament information.