repos_slash_list_pages_builds

Function repos_slash_list_pages_builds 

Source
pub async fn repos_slash_list_pages_builds(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<PageBuild>, Error<ReposSlashListPagesBuildsError>>
Expand description

Lists builts of a GitHub Pages site. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint.