Function repo_get_wiki_page_revisions

Source
pub async fn repo_get_wiki_page_revisions(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page_name: &str,
    page: Option<i32>,
) -> Result<WikiCommitList, Error<RepoGetWikiPageRevisionsError>>