feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Support dove custom methods

Mairu opened this issue · comments

Add support for custom methods of Feathers Dove.

Because the default implementation of custom methods is header based, a middleware and decorator should be added to allow custom methods with adjusted path and HTTP method similar to the possibilities of the custom methods of feathers v4.