Skip to content

How to Paginate values? #93

@Metroidaron

Description

@Metroidaron

With this library how would I paginate responses?

myList.getItems('$top=1000');

Then at a later time...

myList.getItems('$top=1000'&$skip=1000');
Except Sharepoint online does not support $skip; and I cannot figure out a simple way on how to implement SkipToken and get it working.

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