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 - GetDistricts
ByYear Error - struct for typed errors of method
get_districts_by_year - GetEvent
District Points Error - struct for typed errors of method
get_event_district_points - GetTeam
Districts Error - struct for typed errors of method
get_team_districts
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
Teamobjects that competed in events in the given district. - get_
district_ teams_ keys - Gets a list of
Teamobjects that competed in events in the given district. - get_
district_ teams_ simple - Gets a short-form list of
Teamobjects that competed in events in the given district. - get_
districts_ by_ year - Gets a list of districts and their corresponding district key, for the given year.
- get_
event_ district_ points - Gets a list of team rankings for the Event.
- get_
team_ districts - Gets an array of districts representing each year the team was in a district. Will return an empty array if the team was never in a district.