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

Provide a standard way to provide queries in actions #106

Open
kjellmorten opened this issue Apr 8, 2018 · 0 comments
Open

Provide a standard way to provide queries in actions #106

kjellmorten opened this issue Apr 8, 2018 · 0 comments

Comments

@kjellmorten
Copy link
Collaborator

Params are currently the only way to pass queries to adapters, and it is up to the source def whether or not these will be regarded. They are typically mapped to an uri or to query props. It is possible to pass a query object as a param, but that will be adapter specific.

Instead, it should be possible to specify a query on an action, that the adapters will have to support, but without depending on correctly mapping in endpoint defs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant