GetDependencies API endpoint docs includes NUGET
Open
documentation
- Dominant language
- Go
- Stars
- 443
- Forks
- 54
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 3
Description
I noticed the docs for the API mention that GetDependencies `versionKey.system` can be one of `GO`, `NPM`, `CARGO`, `MAVEN`, `PYPI`, `NUGET`
https://docs.deps.dev/api/v3alpha/#getdependencies
However, the docs mention that this endpoint is not available for nuget
```
GetDependencies returns a resolved dependency graph for the given package version. Dependencies are currently available for Go, npm, Cargo, Maven and PyPI.
```
The API gives a 404 for any nuget, so it's just the docs that need to be updated
404 -> https://api.deps.dev/v3alpha/systems/nuget/packages/azure.core/versions/1.25.0:dependencies
Contributor guide
Assessment
This issue has not been assessed yet.