useo-pl / jsom-pagination

A JSON:API pagination support
MIT License
22 stars 7 forks source link

Add Configuration class for default page size #1

Open swilgosz opened 4 years ago

swilgosz commented 4 years ago

Currently we use Constant to define default page size.

This should be configurable, as when the default page size is requested, it's not included in the links.

Suggested solution:

Add singleton configuration class for JSOM:Pagination