Gets a team by key
team key, ex: frc121
a team
Gets a list team keys
Page number of results to return, zero-indexed
array of team keys
Gets a list of Team Keys that competed in the given year
Competition Year (or Season). Must be 4 digits. Defaults to current year
Page number of results to return, zero-indexed
array of team keys
Gets a short form team (simple team) object by key
team key, ex: frc121
a simple team
Gets a list of teams
Page number of results to return, zero-indexed
array of teams
Gets a list of teams that competed in the given year
Competition Year (or Season). Must be 4 digits. Defaults to current year
Page number of results to return, zero-indexed
array of teams
Gets a list of short form teams (simple teams) that competed in the given year
Competition Year (or Season). Must be 4 digits. Defaults to current year
Page number of results to return, zero-indexed
array of simple teams
Gets a list of short form teams (simple teams)
Page number of results to return, zero-indexed
array of simple teams
Represents the Teams API, this is the main class used to interact with a team