hapi-pagination
hapi-pagination copied to clipboard
Pagination for POST endpoints
Readme and this issue both seem to indicate that this plugin may only work with GET requests.
We're using a POST endpoint for search -- is there a straightforward way to enable the pagination metadata for a POST endpoint?
I ended up forking the package to get it working and eventually completely replaced it for other reasons.