You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
when running ZCCClientHelper.device.list_devices(page_size=5000), we get the following error: ZCCClientHelper.get() got unexpected keyword argument 'pageSize'
Reproduction
Run ZCCClientHelper.device.list_devices(page_size=5000) after setting up the ZCCClientHelper
Expected behavior
We get a response with all devices, handling pagination using the defined pagesize
Is it a regression?
N.a.
Debug Logs
Available on request
Other Information
Version: 0.10.4
The text was updated successfully, but these errors were encountered:
Description
when running ZCCClientHelper.device.list_devices(page_size=5000), we get the following error:
ZCCClientHelper.get() got unexpected keyword argument 'pageSize'
Reproduction
Run ZCCClientHelper.device.list_devices(page_size=5000) after setting up the ZCCClientHelper
Expected behavior
We get a response with all devices, handling pagination using the defined pagesize
Is it a regression?
N.a.
Debug Logs
Available on request
Other Information
The text was updated successfully, but these errors were encountered: