5pm-HDH / churchtools-api

The Churchtools-API Client is a wrapper for the churchtools-api written in PHP.
MIT License
19 stars 8 forks source link

Pagination page-size #160

Closed DumbergerL closed 1 year ago

DumbergerL commented 1 year ago

Change Page-Size of pagination in collectDataFromPages():

https://github.com/5pm-HDH/churchtools-api/blob/f723807ed5508acf7e7869838c43911163cd9dad/src/Requests/Traits/Pagination.php#L11-L12

Proposal for Implementation:

CTConfig::setPaginationPageSize( 100 );
DumbergerL commented 1 year ago

https://github.com/5pm-HDH/churchtools-api/pull/163