Function get_teams

Source
pub async fn get_teams(
    configuration: &Configuration,
    page_num: i32,
    if_none_match: Option<&str>,
) -> Result<Vec<Team>, Error<GetTeamsError>>
Expand description

Gets a list of Team objects, paginated in groups of 500.