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

Querying does not support comparison operators #39

Open
jorbascrumps opened this issue May 12, 2022 · 0 comments · May be fixed by #40
Open

Querying does not support comparison operators #39

jorbascrumps opened this issue May 12, 2022 · 0 comments · May be fixed by #40

Comments

@jorbascrumps
Copy link

Some APIs allow you to query their data with comparison operators. It would be nice if this package facilitated this by supporting operators much like Eloquent does:

Model::where('created_at', '>', Carbon::now());
@jorbascrumps jorbascrumps linked a pull request May 13, 2022 that will close this issue
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 a pull request may close this issue.

1 participant