-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can't do pagination #9
Comments
Looking at it further you can actually generate the |
@stefansundin did you ever get into this at all or has it not been a problem for you? |
I forked this to https://github.com/stefansundin/redvine and applied a few changes.
Also, because I merged the old PRs, maybe it's time to release a new version with those fixes. My changes probably belong in a new major version, or maybe the incompatibility can be resolved by having a new argument that lets you get the "raw" data (e.g. by exposing the |
I'm trying to use the popular endpoint, and I can't do pagination with redvine because
get_request_data
hasrecords=true
hardcoded.I need the
anchor
property that is outside the array of items to do proper pagination.I might resort to forking the gem.
The text was updated successfully, but these errors were encountered: