pub async fn repo_list_topics( configuration: &Configuration, owner: &str, repo: &str, page: Option<i32>, limit: Option<i32>, ) -> Result<TopicName, Error<RepoListTopicsError>>