FBDevCLagos / hiddenwisdom-api

7 stars 2 forks source link

Pagination #15

Closed 0sc closed 8 years ago

0sc commented 8 years ago

Implement pagination query params to enable clients specify the amount and section of query result to be retrieved. This can be implemented using the will paginate gem or any other gem of choice. It can also be built from scratch 😄

Desired query params include, limit, page, offset, etc. Also update index response to include query metadata.