Skip to main content

get_pullreqs

Function get_pullreqs 

Source
pub async fn get_pullreqs(
    configuration: &Configuration,
    repo_ref: &str,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
    created_by: Option<Vec<i64>>,
    source_repo_ref: Option<&str>,
    source_branch: Option<&str>,
    target_branch: Option<&str>,
    states: Option<Vec<PullreqState>>,
    sort: Option<PullreqSort>,
    order: Option<OrderOption>,
    created_gt: Option<i64>,
    created_lt: Option<i64>,
) -> Result<Vec<PullreqWithDiffStats>, Error<GetPullreqsError>>