PaginationΒΆ
Some endpoints can return lots of results : get the list of CVE for example. In these cases the request must be paginated with the ?page
parameter.
Example with the list of CVE :
curl https://api.saucs.com/cve?page=100
When no result is found (the page parameter is too high), an empty list is returned.