Just wondering if there is any appetite for adding pagination support? E.g. configure things to use PagedResources instead of Resources and also to add some additional methods to follow first, next, prev and last links etc.
From my own perspective it would be nice to be able to have a getPage() method in the client where we could specify page size and offset etc.
As before I'm happy to do some work on this and issue a PR.
Just wondering if there is any appetite for adding pagination support? E.g. configure things to use PagedResources instead of Resources and also to add some additional methods to follow first, next, prev and last links etc.
From my own perspective it would be nice to be able to have a getPage() method in the client where we could specify page size and offset etc.
As before I'm happy to do some work on this and issue a PR.