pub async fn dependency_graph_slash_diff_range(
configuration: &Configuration,
owner: &str,
repo: &str,
basehead: &str,
name: Option<&str>,
) -> Result<Vec<DependencyGraphDiffInner>, Error<DependencyGraphSlashDiffRangeError>>
Expand description
Gets the diff of the dependency changes between two commits of a repository, based on the changes to the dependency manifests made in those commits.