Function get_event_teams

Source
pub async fn get_event_teams(
    configuration: &Configuration,
    event_key: &str,
    if_none_match: Option<&str>,
) -> Result<Vec<Team>, Error<GetEventTeamsError>>
Expand description

Gets a list of Team objects that competed in the given event.