Skip to content

Check permissions method doesn't handle pagination properly #388

Description

@sambhav

permissions endpoint returns a paginated list. The current get_permissions method does not account for it.

def get_permissions(self, exclude_resource_names=None, **kwargs):

It should use pagination properly. This is handled appropriately in https://github.com/Kinto/kinto.js/blob/9e8086989a59beaa9616c6cd8aaa1d756cda66f4/src/http/base.ts#L849

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