Closed JustZack closed 6 months ago
such that page,offset,pagesize can be specified for any API route (a function of the API vs specific routes)
page
offset
pagesize
And a total Vs. offset Vs. Page number has to be included in each response
Will need to add ORDER BY to pretty much every row order is predictable while using LIMIT and OFFSET for paging queries
ORDER BY
LIMIT
OFFSET
Likely, implement with AuditCongressTable so that an offset in selections can be defined
AuditCongressTable
such that
page
,offset
,pagesize
can be specified for any API route (a function of the API vs specific routes)And a total Vs. offset Vs. Page number has to be included in each response
Will need to add
ORDER BY
to pretty much every row order is predictable while usingLIMIT
andOFFSET
for paging queriesLikely, implement with
AuditCongressTable
so that an offset in selections can be defined