Skip to main content

get_checks

Function get_checks 

Source
pub async fn get_checks(
    configuration: &Configuration,
    repo_ref: &str,
    commit_sha: &str,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
) -> Result<Vec<CheckModel>, Error<GetChecksError>>