Ability to set parameters through a webhook path
It would be nice to use webhook path to pass payload to the webhook for example:
/api/mypath/{deviceId}/data
Instead of
/api/mypath/data?deviceId={deviceId}
2
votes
Pavel
shared this idea
-
Jason commented
I get what you mean, but the latter is more RESTful from what I understand. I learned that nested routes aren't used in pure REST architecture according to this section of Feathers.js FAQs: https://docs.feathersjs.com/help/faq.html#how-do-i-do-nested-or-custom-routes