pub async fn repos_slash_get_latest_pages_build(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<PageBuild, Error<ReposSlashGetLatestPagesBuildError>>
Expand description
Gets information about the single most recent build of a GitHub Pages site. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.