pub async fn org_list_repos(
configuration: &Configuration,
org: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<OrgListReposError>>
pub async fn org_list_repos(
configuration: &Configuration,
org: &str,
page: Option<i32>,
limit: Option<i32>,
) -> Result<Vec<Repository>, Error<OrgListReposError>>