teams_slash_list_projects_legacy

Function teams_slash_list_projects_legacy 

Source
pub async fn teams_slash_list_projects_legacy(
    configuration: &Configuration,
    team_id: i32,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<TeamProject>, Error<TeamsSlashListProjectsLegacyError>>
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 projects endpoint. Lists the organization projects for a team.