scriptotek/php-alma-client

Allow for setting of pagination limit in SimplePaginatedList

ctgraham opened this issue · 0 comments

SimplePaginatedList->limit is a protected property with a default value of 10 and no setter:

Legitimate values, for endpoints supporting the limit parameter, are 0 - 100.