Function repos_slash_get_pages

Source
pub async fn repos_slash_get_pages(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<Page, Error<ReposSlashGetPagesError>>
Expand description

Gets information about a GitHub Pages site. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.