pub async fn teams_slash_list_repos_legacy(
configuration: &Configuration,
team_id: i32,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<MinimalRepository>, Error<TeamsSlashListReposLegacyError>>
Expand description
Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team repositories endpoint.