Function user_list_repos

Source
pub async fn user_list_repos(
    configuration: &Configuration,
    username: &str,
    page: Option<i32>,
    limit: Option<i32>,
) -> Result<Vec<Repository>, Error<UserListReposError>>