[Python] HTTP examples with $deltaToken
and $skiptoken
should generate snippets using the with_url method
#2068
Labels
area: snippets-generation
Describes a required fix to the snippet generator
Related to microsoftgraph/msgraph-sdk-python#242
Paging should use the entire nextlink as it is opaque and thus the sdk does not contain the
deltaToken
orskipToken
parameters.Therefore, the example at https://learn.microsoft.com/en-us/graph/delta-query-users?tabs=python#nextlink-request should look like somethin close to this.
The text was updated successfully, but these errors were encountered: