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