duality-labs / hapi-indexer

A Node.js based indexer for the Duality Cosmos chain
1 stars 0 forks source link

improve generic pagination handling #10

Closed dib542 closed 1 year ago

dib542 commented 1 year ago

Currently the pagination is contained within the single list example route. It should be abstracted out into types and functions that all paginated response routes can use