pub async fn repo_get_single_commit(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
) -> Result<Commit, Error<RepoGetSingleCommitError>>
pub async fn repo_get_single_commit(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
) -> Result<Commit, Error<RepoGetSingleCommitError>>