transparency-exchange-api
transparency-exchange-api copied to clipboard
Include Pagination across the Spec
Currently pagination is only added to /products endpoint, needs to be added to other relevant endpoints returning lists of elements.
As suggested by @ppkarwasz in Slack, we should also consider not using offset-based pagination. Both from a stability and a performance perspective, paging by modification date or similar would be a better choice.
Pagination was generally implemented via #195 . However, I'm keeping this open based on @nscuro comment above whether we should tweak the way we paginate.