Skip to content

list nb_results and offset (fix) no longer work #142

Description

@4knahs

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions