php-alma-client icon indicating copy to clipboard operation
php-alma-client copied to clipboard

Allow for setting of pagination limit in SimplePaginatedList

Open ctgraham opened this issue 5 years ago • 0 comments

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.

ctgraham avatar Oct 30 '20 15:10 ctgraham