Skip to main content

get_pull_request_checks

Function get_pull_request_checks 

Source
pub async fn get_pull_request_checks(
    configuration: &Configuration,
    repo_ref: &str,
    pullreq_number: i64,
) -> Result<PullreqChecksOutput, Error<GetPullRequestChecksError>>