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
The nb_results parameter (n in the google API) for setting the number of docs to be returned by the list request no longer seems to work. It always returns 7 apps.
The offset functionality is also broken, including the fix #111 .
The n parameter seems to not be working for getCluster anymore as well:
# i removed part of the hash for brevity>data2=self.executeRequestApi2(FDFE+'getCluster?enpt=Cgj6...04&n=20')
>len(data2.payload.listResponse.doc[0].child[0].child)
7
If anyone comes with a fix for retrieving more than 7 apps at once please share.
Thanks
The text was updated successfully, but these errors were encountered:
The
nb_results
parameter (n
in the google API) for setting the number of docs to be returned by the list request no longer seems to work. It always returns 7 apps.The offset functionality is also broken, including the fix #111 .
The n parameter seems to not be working for getCluster anymore as well:
If anyone comes with a fix for retrieving more than 7 apps at once please share.
Thanks
The text was updated successfully, but these errors were encountered: