Skip to content

supporting the "start_index" argument in convert_request #3

@magemax

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'))

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