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