[dove] how to distinguish service caller #2930
Unanswered
anonimusprogramus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can check for params.provider -> https://docs.feathersjs.com/api/express.html#params-provider |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Using socketio transport) how does a service knows if its method is being called from feathers socketio-client or internally in server from another services ?
I know (optionally) I can give a
params.query
from client to distinguish, but in this case no query, let's say just simple.find()
Thanks
Beta Was this translation helpful? Give feedback.
All reactions