foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
111 stars 13 forks source link

Return checksums when querying an id #49

Closed aalmiray closed 2 years ago

aalmiray commented 2 years ago

Many JDK vendors publish checksums (SHA256) for their distributions. Please add it as a field on the return value of /ids.

HanSolo commented 2 years ago

Done