feathers-custom-methods icon indicating copy to clipboard operation
feathers-custom-methods copied to clipboard

add custom methods to your feathersjs services

Results 4 feathers-custom-methods issues
Sort by recently updated
recently updated
newest added

Looks like there are not declared types for this module. For the server part we made a custom type with the following declaration ``` declare module 'feathers-custom-methods' { import {...

I hope this will be merged to this awesome package. Sometime I believe we need to access service params directly from the custom method. Currently there is no way to...

I have `service.on('created', (message, context) => console.log(context && context.data ? context.data.method : context));` set up both in server and client codes. When a custom method is invoked, on the server...

Very basic use case: if I define a custom method on a service and then I try to configure hooks on the service, Feathers throws an error that the method...