We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if one could call filter functions through the generated api.
Maybe like this:
/creatures?filter=vertebraes
And it would also be nice to be able to pass the query parameters along to the (couchdb-)filter, like:
/creatures?filter=vertebraes&limit=10
Or maybe more in couch-manner like:
/creatures/_filter/vertebraes?limit=10
If this sounds worthwhile, id give it a try.
The text was updated successfully, but these errors were encountered:
That's a pretty good idea.
Let's wait on Resourceful to bump a few more versions so we can expose this functionality for all database engines.
Resourceful
Sorry, something went wrong.
No branches or pull requests
It would be nice if one could call filter functions through the generated api.
Maybe like this:
And it would also be nice to be able to pass the query parameters along to the (couchdb-)filter, like:
Or maybe more in couch-manner like:
If this sounds worthwhile, id give it a try.
The text was updated successfully, but these errors were encountered: