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

Take 500 records per request instead of 100 #275

Open
Idered opened this issue Oct 8, 2018 · 0 comments
Open

Take 500 records per request instead of 100 #275

Idered opened this issue Oct 8, 2018 · 0 comments

Comments

@Idered
Copy link
Member

Idered commented Oct 8, 2018

Describe the bug
.list() method should have page size of 500. Currently it takes 100 records per request.

To Reproduce

// data.posts.create 1000 posts
data.posts.list()

It executes 10 requests, each takes 100 records. It should execute 2 requests, each should take 500.

@Idered Idered changed the title Take 500 records per requests instead of 100 Take 500 records per request instead of 100 Oct 8, 2018
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

1 participant