msgraph-beta-sdk-python
msgraph-beta-sdk-python copied to clipboard
missing option to extract data from paginated results
Currently I was unable to retrieve any information about how to handle cases where the provided data Does not fit in a single response. though there is the option to retrieve the "odata.nextLink", there is no option to request information from the nextLink besides calling the api manually. I imagine to solutions for that: a) Including the paginated results automatically (possibly with a parameter, to prevent unnecessary requests when not needed) b) An additional "next()" Method for the iterative request of paginated results.
I am sorry if there is already an existing solution which is not mentioned in the documentation, but I was unable to identify a regarding possibility within the code by myself.