Grails REST API - Render JSON with paging, metadata and custom include fields from params Grails REST API - Render JSON with paging, metadata and custom include fields from params json json

Grails REST API - Render JSON with paging, metadata and custom include fields from params


I've created a plugin for grails 3 which allows you to add pagination, custom metadata and other useful features to your apis. You can add HAL features using LinkGenerators as well with my plugin.


well the Beapi-API-Framework plugin is the #1 api plugin for grails and provides pagination by default. See the github repo for a complete list of all functionality, documentation and install instructions