msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Include NextLink to Paginated Responses.
Is your feature request related to a problem? Please describe.
• The client.multivariate.models.get()
returns a pageable list of models, meaning that when there are more models than were returned in the initial response, the nextLink
field is set to the URL to obtain the next page.
Describe the solution you'd like Have a NextLink included in the responses, as it is in Azure and Graph Describe alternatives you've considered Could this be closed by including the Page Iterator implementation.