Skip to content

Add pagination headers to already paginated API resources

username-removed-128633 requested to merge add-pagination-headers-to-api into master

Following #3045 (closed), I've added pagination headers using already available Kaminari methods.

Pagination headers in action

Screen_Shot_2016-01-14_at_12.14.53


I've also added a shared example to test paginated API resources.

A possible next step would be to paginate all the API resources that return an array.

Merge request reports