pub async fn get_event_teams_statuses(
configuration: &Configuration,
event_key: &str,
if_none_match: Option<&str>,
) -> Result<HashMap<String, TeamEventStatus>, Error<GetEventTeamsStatusesError>>
Expand description
Gets a key-value list of the event statuses for teams competing at the given event.