-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Labels
Description
Hey there,
Thanks for open-sourcing this library!
It'd be great if someone updated the Readme to address pagination.
For example, accessing a user's contacts with an MS Graph query to /contacts returns 10 results per page by default. It's possible to add a $top query parameter to increase that page size.
However, it should definitely be mentioned that the result["@odata.nextLink"] URL (returned with the query response) needs to be queried in order to get the rest of the user's contacts (as well as all additional result["@odata.nextLink"]s!).
I know it's basic pagination 101, but this library's documentation should really include an overview of paging.
iogi, BenWLeon, selmertsx and adnan-azmat