pub async fn repo_create_wiki_page(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateWikiPageOptions>,
) -> Result<WikiPage, Error<RepoCreateWikiPageError>>
pub async fn repo_create_wiki_page(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateWikiPageOptions>,
) -> Result<WikiPage, Error<RepoCreateWikiPageError>>