pub async fn repo_get_all_commits(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: Option<&str>,
path: Option<&str>,
stat: Option<bool>,
verification: Option<bool>,
files: Option<bool>,
page: Option<i32>,
limit: Option<i32>,
not: Option<&str>,
) -> Result<Vec<Commit>, Error<RepoGetAllCommitsError>>