jeremybradbury / express4-https-bearer-token-mysql-api

Express 4.x HTTPS API app using Passport Bearer tokens with a MySQL backend.
https://jeremybradbury.github.io/express4-https-bearer-token-mysql-api/
The Unlicense
1 stars 0 forks source link

Add paging (offset/limit) for indexes #16

Open jeremybradbury opened 7 years ago

jeremybradbury commented 7 years ago

We need to limit the amount of data coming back 10 or 100 per page and allow simple paging over GET like so: /api/objects/, /api/objects/2, /api/objects/3, /api/objects/4 ect