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
It would be pretty cool to make restifyMongoose resource support custom model methods and improove restifyMongoose::serve function to automatically generate api endpoint for those methods.
For example:
When we have model...
It would be pretty cool to make
restifyMongoose
resource support custom model methods and improoverestifyMongoose::serve
function to automatically generate api endpoint for those methods.For example:
When we have model...
... it would be great to generate endpoint
/Toggler/:id/switch
wich will call appropriate method.The text was updated successfully, but these errors were encountered: