We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library only returns sha-1 and md5 for SearchAssets request:
sha-1
md5
SearchAssets
type repositoryItemAssetsChecksum struct { Sha1 string `json:"sha1"` Md5 string `json:"md5"` }
Nexus API supports sha-256 and sha-512.
sha-256
sha-512
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This library only returns
sha-1
andmd5
forSearchAssets
request:Nexus API supports
sha-256
andsha-512
.The text was updated successfully, but these errors were encountered: