View Source GitHub.DependencyGraph (GitHub REST API Client v0.0.4)
Provides API endpoints related to dependency graph
Link to this section Summary
Functions
Create a snapshot of dependencies for a repository
Get a diff of the dependencies between commits
Link to this section Functions
@spec create_repository_snapshot( String.t(), String.t(), GitHub.Snapshot.t(), keyword() ) :: {:ok, map()} | {:error, GitHub.Error.t()}
Create a snapshot of dependencies for a repository
resources
Resources
@spec diff_range(String.t(), String.t(), String.t(), keyword()) :: {:ok, [map()]} | {:error, GitHub.Error.t()}
Get a diff of the dependencies between commits
options
Options
name
(String.t()): The full path, relative to the repository root, of the dependency manifest file.