php-alma-client
php-alma-client copied to clipboard
Allow for setting of pagination limit in SimplePaginatedList
SimplePaginatedList->limit is a protected property with a default value of 10 and no setter:
https://github.com/scriptotek/php-alma-client/blob/536c67f62619d0d700df1916443e388d319619af/src/Model/SimplePaginatedList.php#L19
Legitimate values, for endpoints supporting the limit parameter, are 0 - 100.