pub async fn repo_compare_diff(
configuration: &Configuration,
owner: &str,
repo: &str,
basehead: &str,
) -> Result<Compare, Error<RepoCompareDiffError>>
pub async fn repo_compare_diff(
configuration: &Configuration,
owner: &str,
repo: &str,
basehead: &str,
) -> Result<Compare, Error<RepoCompareDiffError>>