pub async fn create_org_repo(
configuration: &Configuration,
org: &str,
body: Option<CreateRepoOption>,
) -> Result<Repository, Error<CreateOrgRepoError>>
pub async fn create_org_repo(
configuration: &Configuration,
org: &str,
body: Option<CreateRepoOption>,
) -> Result<Repository, Error<CreateOrgRepoError>>