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 is how it looks V1 Package List page:
/api/v1/purl
There are 2 main filters I need to implement in V2.
q=type=maven|rpm|npm|oci
q=arch=x86_64|aarch64|ppc64le|s390x|noarch
The text was updated successfully, but these errors were encountered:
I am currently using q=type=maven|rpm|npm|oci and it works! So I guess there is nothing to do on that.
Yay!
I was not able to make it work with q=arch=x86_64|aarch64|ppc64le|s390x|noarch so would you advice me how to filter by Architecture?
Boo! I'll investigate.
Sorry, something went wrong.
jcrossley3
No branches or pull requests
This is how it looks V1 Package List page:
/api/v1/purl
for populating the table in the UI.There are 2 main filters I need to implement in V2.
q=type=maven|rpm|npm|oci
and it works! So I guess there is nothing to do on that.q=arch=x86_64|aarch64|ppc64le|s390x|noarch
so would you advice me how to filter by Architecture?The text was updated successfully, but these errors were encountered: