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

Handle pagination #1

Closed
brucealdridge opened this issue Sep 15, 2012 · 4 comments
Closed

Handle pagination #1

brucealdridge opened this issue Sep 15, 2012 · 4 comments
Assignees

Comments

@brucealdridge
Copy link
Owner

handle pagination properly as per
https://docs.google.com/document/pub?id=13JiV6771UcrkmawFRxzvVl3tf5PGSTBH56RYy0-5cps#h.cov2a8vkgpj4
grab all pages automatically / automagically?

@ghost ghost assigned brucealdridge Sep 15, 2012
@fredrikholmen
Copy link

Hi Bruce,

Thanks for the VendAPI class. Have you had any success with pagination? I can't find any pagination section in the response even though the dataset clearly is truncated. It says in the docs that you can't rely on getting all sales in one call but there is no mentioning what method to follow to actually get all sales.

I'm writing a simple custom report for my accountant so all sales would be good to get ;)

@brucealdridge
Copy link
Owner Author

Hi @fredrikholmen I've done some work on pagination and am able to pull off all sales and all products, will try and push some code tonight

@fredrikholmen
Copy link

Fantastic, very appreciated.

//F

@brucealdridge
Copy link
Owner Author

Fixed in 0b8550c (ignore the commit message though!)

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

No branches or pull requests

2 participants