Function repos_slash_get_all_topics

Source
pub async fn repos_slash_get_all_topics(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page: Option<i32>,
    per_page: Option<i32>,
) -> Result<Topic, Error<ReposSlashGetAllTopicsError>>
Expand description