meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
289 stars 151 forks source link

fixes #183 #184

Closed coreGreenberet closed 2 years ago

coreGreenberet commented 2 years ago

fixes #183 If the dashboard would return everything in a single page, then the iterator wouldn't return the items from this page. Workaround: reducing the perPage parameter to a smaller value than the expected result set