feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
226 stars 63 forks source link

Feature: Support dove custom methods #243

Closed Mairu closed 1 year ago

Mairu commented 1 year ago

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.