Enums§
- GetDistrict
Events Error - struct for typed errors of method
get_district_events
- GetDistrict
Events Keys Error - struct for typed errors of method
get_district_events_keys
- GetDistrict
Events Simple Error - struct for typed errors of method
get_district_events_simple
- GetDistrict
Rankings Error - struct for typed errors of method
get_district_rankings
- GetDistrict
Teams Error - struct for typed errors of method
get_district_teams
- GetDistrict
Teams Keys Error - struct for typed errors of method
get_district_teams_keys
- GetDistrict
Teams Simple Error - struct for typed errors of method
get_district_teams_simple
- GetEvent
Teams Error - struct for typed errors of method
get_event_teams
- GetEvent
Teams Keys Error - struct for typed errors of method
get_event_teams_keys
- GetEvent
Teams Simple Error - struct for typed errors of method
get_event_teams_simple
- GetEvent
Teams Statuses Error - struct for typed errors of method
get_event_teams_statuses
- GetEvents
ByYear Error - struct for typed errors of method
get_events_by_year
- GetEvents
ByYear Keys Error - struct for typed errors of method
get_events_by_year_keys
- GetEvents
ByYear Simple Error - struct for typed errors of method
get_events_by_year_simple
- GetTeam
Events Statuses ByYear Error - struct for typed errors of method
get_team_events_statuses_by_year
- GetTeams
ByYear Error - struct for typed errors of method
get_teams_by_year
- GetTeams
ByYear Keys Error - struct for typed errors of method
get_teams_by_year_keys
- GetTeams
ByYear Simple Error - struct for typed errors of method
get_teams_by_year_simple
- GetTeams
Error - struct for typed errors of method
get_teams
- GetTeams
Keys Error - struct for typed errors of method
get_teams_keys
- GetTeams
Simple Error - struct for typed errors of method
get_teams_simple
Functions§
- get_
district_ events - Gets a list of events in the given district.
- get_
district_ events_ keys - Gets a list of event keys for events in the given district.
- get_
district_ events_ simple - Gets a short-form list of events in the given district.
- get_
district_ rankings - Gets a list of team district rankings for the given district.
- get_
district_ teams - Gets a list of
Team
objects that competed in events in the given district. - get_
district_ teams_ keys - Gets a list of
Team
objects that competed in events in the given district. - get_
district_ teams_ simple - Gets a short-form list of
Team
objects that competed in events in the given district. - get_
event_ teams - Gets a list of
Team
objects that competed in the given event. - get_
event_ teams_ keys - Gets a list of
Team
keys that competed in the given event. - get_
event_ teams_ simple - Gets a short-form list of
Team
objects that competed in the given event. - get_
event_ teams_ statuses - Gets a key-value list of the event statuses for teams competing at the given event.
- get_
events_ by_ year - Gets a list of events in the given year.
- get_
events_ by_ year_ keys - Gets a list of event keys in the given year.
- get_
events_ by_ year_ simple - Gets a short-form list of events in the given year.
- get_
team_ events_ statuses_ by_ year - Gets a key-value list of the event statuses for events this team has competed at in the given year.
- get_
teams - Gets a list of
Team
objects, paginated in groups of 500. - get_
teams_ by_ year - Gets a list of
Team
objects that competed in the given year, paginated in groups of 500. - get_
teams_ by_ year_ keys - Gets a list Team Keys that competed in the given year, paginated in groups of 500.
- get_
teams_ by_ year_ simple - Gets a list of short form
Team_Simple
objects that competed in the given year, paginated in groups of 500. - get_
teams_ keys - Gets a list of Team keys, paginated in groups of 500. (Note, each page will not have 500 teams, but will include the teams within that range of 500.)
- get_
teams_ simple - Gets a list of short form
Team_Simple
objects, paginated in groups of 500.