Skip to content

Incorrect documentation for sync #70

@moreindirection

Description

@moreindirection

In README.rst, the Synchronization section has this code sample:

sync = sync.next(client) # equivalent to client.sync(sync_token=sync.next_sync_token)

The example code given in the comment doesn't work. It needs to be:

client.sync({'sync_token': sync.next_sync_token})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions