Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

supporting the "start_index" argument in convert_request #3

Description

@magemax

These two lines should be added in the definition of convert_request, to support the start_index argument that is valid in a v3 request and supported (under a different name and type) in the v4 of the API. Sorry about telling you this in "issues", but I don't know how to actually use pull requests.

if 'start_index' in kwargs:
  report_request['pageToken'] = str(kwargs.get('start_index'))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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