Open
Description
That's more a question to the maintainer(s). Any plans to implements pagination or should this be handled outside the package? At least we need to implement a way to get the headers. Some guidance would be great, I need pagination in one of my projects and have it implemented, but it can't be done without a B/C break. Form what I can see in the 2.0-branch it is still not possible to paginate the results. So the options I see are:
- just return to response object and let the outside class handle pagination
- implement a pagination class and return body and pagination object
Either way is fine, if I know what is the preference I could work on a PR.