Module district_api

Source

Enums§

GetDistrictEventsError
struct for typed errors of method get_district_events
GetDistrictEventsKeysError
struct for typed errors of method get_district_events_keys
GetDistrictEventsSimpleError
struct for typed errors of method get_district_events_simple
GetDistrictRankingsError
struct for typed errors of method get_district_rankings
GetDistrictTeamsError
struct for typed errors of method get_district_teams
GetDistrictTeamsKeysError
struct for typed errors of method get_district_teams_keys
GetDistrictTeamsSimpleError
struct for typed errors of method get_district_teams_simple
GetDistrictsByYearError
struct for typed errors of method get_districts_by_year
GetEventDistrictPointsError
struct for typed errors of method get_event_district_points
GetTeamDistrictsError
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 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_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.