pub async fn repo_update_topics(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<RepoTopicOptions>,
) -> Result<(), Error<RepoUpdateTopicsError>>
pub async fn repo_update_topics(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<RepoTopicOptions>,
) -> Result<(), Error<RepoUpdateTopicsError>>