Skip to content

list_applications method doesn't support pagination #19

Description

@mayorova

The current implementation of the list_applications doesn't support pagination, so it will always return just the first 500 applications according to the API.

So, I think there are two options:
a) add page and per_page as optional parameters (along with service_id)
b) implement pagination logic in the client (not sure if in the same method, or in a separate one)

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions