# README
Unofficial Go TBA API
This is a wrapper of The Blue Alliance Read-Only v3 API for Golang.
It supports the If-Modified-Since
header to prefer cached data over new data and a custom User-Agent
header.
Authentication with the client is done by passing your API key to each function on calling.
Unlike the auto-generated one, this only uses the standard library and thus requires no dependencies.
# Packages
No description provided by the author
# Functions
Get the keys of the events associated with a district.
Get events associated with a district.
Get a simplified list of events associated with a district.
Get the rankings of teams in a district.
Get the districts for a certain year.
Get the keys of the teams associated with a district.
Get the teams associated with a district.
Get a simplified list of the teams associated with a district.
Get a single event by its key.
Get the alliances in an event.
Get awards given at an event.
Get district points for a given event.
Get the insights for an event.
Get the matches of an event.
Get a simple representation of the matches of an event.
Get the keys of the matches of an event.
Get OPRs, DPRs, and CCWMs for a given event.
Get predictions for a given event.
Get rankings for a given event.
Get the simple representation of a single event by its key.
Get teams in an event.
Get teams in an event.
Get teams in an event.
Get the statuses of the teams at a given event.
Get matches with timeseries data for an event.
Get the keys of events for a given year.
Get a list of events for a given year.
Get a simplified list of events for a given year.
Get a list of team keys in the TBA database.
Get a list of teams in the TBA database.
Get a list of teams in the TBA database for a specific year.
Get a list of team keys in the TBA database for a specific year.
Get a list of teams with simplified data in the TBA database for a specific year.
Get a list of teams with simplified data in the TBA database.
Get information about a match.
Get a simplified information about a match.
Get timeseries information about a match.
Get the status of the TBA API and internal status information.
Get a team's information by their key.
Get all the awards a team has received.
Get a list of awards given to a team in a given year.
Get a list of the districts a team is in.
Get the awards for a team at an event.
Get a list of keys for events a team is in.
Get a list of matches a team is in for an event.
Get a simplified list of matches a team is in for an event.
Get a simplified list of matches a team is in for an event.
Get a list of events a team is in.
Get a list of events a team is in for a given year.
Get a list of keys for events a team is in for a given year.
Get a simplified list of events a team is in for a given year.
Get a simplified list of events a team is in.
Get the status of a team at an event.
Get a map of a team's statuses for events in a given year.
Get the matches a team was in for a given year.
Get the keys of the matches a team was in for a given year.
Get a simplified list of matches a team was in for a given year.
Get a list of media for a given team with a given tag.
Get a list of media for a given team with a given tag and year.
Get the media of a team for a given year.
Get a list of named robots associated with a given team.
Get the simplified data of a team.
Get a list of social media for a team.
Get the years in which a team participated in competition.
# Structs
Additional configuration options for the request being sent.