bcgov/greenlight

Support paginated API calls

esune opened this issue · 1 comments

esune commented

Most of the APIs exposed by the ToB backend use pagination to limit the volume of data that is sent back to the frontend. However, there are scenarios where we want to acquire ALL of the data and therefore it is necessary to implement pagination-aware data requests.

esune commented

PR #199 adds pagination support to the main page retrieving issuers/schemas. More work is being completed to create a generic page-aware service.