pub async fn get_team_robots(
configuration: &Configuration,
team_key: &str,
if_none_match: Option<&str>,
) -> Result<Vec<TeamRobot>, Error<GetTeamRobotsError>>
Expand description
Gets a list of year and robot name pairs for each year that a robot name was provided. Will return an empty array if the team has never named a robot.