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