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

Goodreads API stops pulling from to-read list at 200 items #4

Closed
seanoldham opened this issue Dec 28, 2015 · 2 comments
Closed

Goodreads API stops pulling from to-read list at 200 items #4

seanoldham opened this issue Dec 28, 2015 · 2 comments
Assignees
Labels

Comments

@seanoldham
Copy link
Owner

For some reason the API will only grab the first 200 books in the to-read list. Maybe I need to have it hit the API again, but in reverse order and add them to the existing list until it finds a duplicate?

@seanoldham seanoldham added the bug label Dec 28, 2015
@seanoldham seanoldham self-assigned this Dec 28, 2015
@seanoldham
Copy link
Owner Author

I intend to go back and refactor this, but this solves my problem for now.

For every 200 books you have, you need another iteration with the corresponding page number.

@seanoldham
Copy link
Owner Author

I've refactored it here: 7c53de4

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

No branches or pull requests

1 participant