pub async fn repo_get_wiki_page(
configuration: &Configuration,
owner: &str,
repo: &str,
page_name: &str,
) -> Result<WikiPage, Error<RepoGetWikiPageError>>
pub async fn repo_get_wiki_page(
configuration: &Configuration,
owner: &str,
repo: &str,
page_name: &str,
) -> Result<WikiPage, Error<RepoGetWikiPageError>>