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

User likes endpoint does not support before and after options #66

Open
benjis opened this issue Dec 15, 2018 · 0 comments
Open

User likes endpoint does not support before and after options #66

benjis opened this issue Dec 15, 2018 · 0 comments

Comments

@benjis
Copy link

benjis commented Dec 15, 2018

The latest gem version 0.8.5 does not support before & after options for User: likes endpoint.

Master branch:

validate_options([:limit, :offset, :before, :after], options)

Tag: 0.8.5 - current release:

validate_options([:limit, :offset], options)

Is it possible to pump the version and rebuild this gem?

Cheers,
Ben

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

1 participant