Github API - Test Config

GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}
repos
dependency-graph

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.
Get a diff of the dependencies between commits

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

basehead string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key manifest-path

manifest-path [scalar]

The full path, relative to the repository root, of the dependency manifest file.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json dependency-graph-diff

dependency-graph-diff [list]

A diff of the dependencies between two commits.

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)