Closed AdamVig closed 6 years ago
The current approach is sloppy and contains a lot of duplicated code. The correct approach is to implement pagination in db.getAll and pass the relevant parameters from endpoint.getAll.
db.getAll
endpoint.getAll
The current approach is sloppy and contains a lot of duplicated code. The correct approach is to implement pagination in
db.getAll
and pass the relevant parameters fromendpoint.getAll
.