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