spring-io/projects-api

Add pagination to projects collection resource

Opened this issue · 0 comments

The collection resource for projects returns quite an extensive list of projects, and it would be nice to be able to paginate it. We could achieve that by exposing template variables for the pagination coordinates in the links for the projects relation. Existing clients would still see the entire collection, whereas adapted ones could navigate the collection by following the prev, next etc. links.