google / deps.dev

Resources for the deps.dev API
https://deps.dev
Apache License 2.0
258 stars 20 forks source link

how to get the checksum information or some type of hash value of the package through the API #66

Closed zhangzhenyu2 closed 8 months ago

zhangzhenyu2 commented 8 months ago

how to get the checksum information or some type of hash value of the package through the API

sarnesjo commented 8 months ago

That is not currently possible using the API. You can do the reverse, look up a package version by hash, using the Query endpoint.

Alternatively, you can use our BigQuery dataset to look up hashes associated with a package version.