In Sails.js the Rest blueprint is handled by the hooks on sails/lib/hooks/controller . How can one change the hook behaviou or make a new bluePrint behaviour without medling with the core?
I want to make a JSON RPC 2.0 Hook and replace rest with it.