You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically I am passing all the info needed in order for feathers-knex to CRUD with the database. There's no reason why I should have to bind to a URL in order to .create, for example.
P.S. sorry if I'm filing too many issues, feel free to close!
The text was updated successfully, but these errors were encountered:
Generally, registering a service with your app shouldn't be a big problem considering what you get from it. We probably do need an easier way than special hooks to disable public access though.
Ya I think we should create a proper issue around that. I had one open for disabling service methods but you also might want all the service methods available, just not public.
dbkaplun
changed the title
Feature request: ability to CRUD without needing to bind as a feathers service
Feature: ability to CRUD without needing to bind as a feathers service
May 4, 2018
Theoretically I am passing all the info needed in order for feathers-knex to CRUD with the database. There's no reason why I should have to bind to a URL in order to
.create
, for example.P.S. sorry if I'm filing too many issues, feel free to close!
The text was updated successfully, but these errors were encountered: