Skip to content

[Python] HTTP examples with $deltaToken and $skiptoken should generate snippets using the with_url method #2068

Open
@andrueastman

Description

@andrueastman

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 or skipToken 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.

result = await graph_client.users.delta.with.url('https://graph.microsoft.com/v1.0/users/delta?$skiptoken=oEBwdSP6uehIAxQOWq_3Ksh_TLol6KIm3stvdc6hGhZRi1hQ7Spe__dpvm3U4zReE4CYXC2zOtaKdi7KHlUtC2CbRiBIUwOxPKLa').get(request_configuration = request_configuration)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions