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: Recognize `multi: true` option of services #236

Closed Mairu closed 2 years ago

Mairu commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, you have to set docs.multi manually to activate the documentation for the "multi mode" methods.

Describe the solution you'd like If the service was initialized with the multi: true option this should be recognized and taken into account.