Skip to content
New issue

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

Streamline data returned by the API #771

Open
pombredanne opened this issue Jun 17, 2022 · 1 comment
Open

Streamline data returned by the API #771

pombredanne opened this issue Jun 17, 2022 · 1 comment
Labels

Comments

@pombredanne
Copy link
Member

There is too much data returned by default in API listings.

  • too many records: 100 is too much at once
  • too much data: we return the whole details in the details

We should review and design a better API to get less details.

@mjherzog mjherzog added the API label Jun 28, 2022
@DennisClark
Copy link
Member

Just to provide a user perspective: we have a need to present a list of Packages, and the main thing we want to know when presenting the list is Yes/No is there a vulnerability for that Package, and note that we use a PURL to identify each package. After that, the user can drill down on a specific package to get the details (Summary, Reference IDs, Reference URLs) and we certainly would like to be able to get the "fixed packages" information when that is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants