rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

Beacons Pagination #30

Closed rayfarias56 closed 6 years ago

rayfarias56 commented 8 years ago

get requests for beacons that may return more than a single beacon should be paginated based off of possible request parameters of "limit" and "start" while returning possible "next", "prev", "last", and "first" links that the user can use to submit AJAX requests for the next page.