0xJohnnyboy / spider-query-builder

Builds a queryparams string for interactions with API Platform based backend
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add page & itemsPerPage params #1

Closed 0xJohnnyboy closed 2 years ago

0xJohnnyboy commented 2 years ago
# ./config/packages/api_platform.yaml
collection:
        pagination:
            page_parameter_name: _page
            items_per_page_parameter_name: itemsPerPage

Add SpiderParams for pagination, with custom param name for both

0xJohnnyboy commented 2 years ago

Done