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

feat: adapter-commons: add allowsMulti(method) to AdapterService #1431

Merged
merged 2 commits into from
Jul 3, 2019

Conversation

vonagam
Copy link
Member

@vonagam vonagam commented Jul 2, 2019

Expose checkMulti as allowsMulti. Just like filterQuery it would be useful when you try to write universal hook for any adapter service and you want to support multi usage of methods but it is costly case for some reason, having such method would allow to not spend resources on something that will be rejected as invalid down the road.

@daffl daffl merged commit e688851 into feathersjs:master Jul 3, 2019
@vonagam vonagam deleted the feat-expose-multi-check branch September 5, 2019 10:47
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 this pull request may close these issues.

2 participants