pub async fn repo_edit(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<EditRepoOption>,
) -> Result<Repository, Error<RepoEditError>>
pub async fn repo_edit(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<EditRepoOption>,
) -> Result<Repository, Error<RepoEditError>>