-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add pagination support to all resources #25
Comments
Hi Karens, I think you're right, we should add support for pagination to all resources, not only the payments LIST method. |
perhaps milestone 2.0.1 |
I agree, except that new features would require a MINOR version bump instead of a PATCH bump. |
Hi guys, Do you have any update on this functionality? I think it should be possible to pass all kind of parameters to the GET endpoints in general. It would make this gem much more usable. Karens |
I would also like to now when it is possible to pass count and limit to the list function. |
@brambokdam fixed this in PR #51, thanks! I'll create a new release later today. |
Release 2.1.0 is created. It's also released as gem at RubyGems. |
Thanks, could finally send the locale parameter to the API. |
Hi,
How do I pass the
count
andoffset
parameters to Payment LIST method. So far I can see, it is not implemented asdoes not accept any parameters.
Thanks
The text was updated successfully, but these errors were encountered: