Skip to main content

get_pullreq

Function get_pullreq 

Source
pub async fn get_pullreq(
    configuration: &Configuration,
    repo_ref: &str,
    pullreq_number: i64,
) -> Result<PullreqWithDiffStats, Error<GetPullreqError>>