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

Added auto pagination option for listing endpoints #9

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

tanelj
Copy link
Member

@tanelj tanelj commented Feb 8, 2016

Allow allow to set default per_page value.

Example usage:

  client = Voog::Client.new('example.com', 'afcf30182aecfc8155d390d7d4552d14', auto_paginate: true, per_page: 250)

See also #3

Read more: http://www.voog.com/developers/api/basics/paginati

Allow allow to set default "per_page" value

Example usage:

  client = Voog::Client.new('example.com', 'afcf30182aecfc8155d390d7d4552d14', auto_paginate: true, per_page: 250)

Closes #3
tanelj added a commit that referenced this pull request Feb 8, 2016
Added auto pagination option for listing endpoints
@tanelj tanelj merged commit 3fdda09 into master Feb 8, 2016
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

Successfully merging this pull request may close these issues.

1 participant