Function get_user_projects

Source
pub async fn get_user_projects(
    configuration: &Configuration,
    id_pipe_username: &str,
) -> Result<Vec<Project>, Error<GetUserProjectsError>>