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