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