Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supporting the "start_index" argument in convert_request #3

Open
magemax opened this issue Mar 31, 2017 · 0 comments
Open

supporting the "start_index" argument in convert_request #3

magemax opened this issue Mar 31, 2017 · 0 comments

Comments

@magemax
Copy link

magemax commented Mar 31, 2017

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'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant