Crate ggapi

Source
Expand description

Communicate with start.gg’s API in a fast, type-safe manner with little hassle.

Re-exports§

pub use enums::*;
pub use structs::*;

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.