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

Use internal methods instead of service methods directly #29

Merged
merged 1 commit into from
Jan 31, 2016

Conversation

daffl
Copy link
Member

@daffl daffl commented Jan 31, 2016

This is for feathersjs/feathers#218. Basically, if an adapter uses its own service methods internally (like doing a get after removing an item) they can't be the original service methods (like get, create, find etc.) directly since those can be modified by Feathers with mixins and hooks and we do not want those to run in that case.

daffl added a commit that referenced this pull request Jan 31, 2016
Use internal methods instead of service methods directly
@daffl daffl merged commit e030e46 into master Jan 31, 2016
@daffl daffl deleted the internal-methods branch January 31, 2016 19:44
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.

1 participant