pub async fn repo_add_topic(
configuration: &Configuration,
owner: &str,
repo: &str,
topic: &str,
) -> Result<(), Error<RepoAddTopicError>>
pub async fn repo_add_topic(
configuration: &Configuration,
owner: &str,
repo: &str,
topic: &str,
) -> Result<(), Error<RepoAddTopicError>>