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

only 25 items #27

Closed
konradbjk opened this issue Dec 13, 2017 · 1 comment
Closed

only 25 items #27

konradbjk opened this issue Dec 13, 2017 · 1 comment

Comments

@konradbjk
Copy link

Hello,

Whatever I call I receive only 25 first items it is totally not usable SDK.

@acanpacan
Copy link

Hey @konradbjk ,

the API is paginated, you can read more about Pagination in our Requests documentation

In the client, you can pass the page param just like any other param:

client.deals.list() # first page by default
client.deals.list(page=2) # to get the next page

We will add a section regarding pagination to README.

@efedasz efedasz closed this as completed Mar 27, 2018
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

3 participants