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: Documentation is only generated for methods provided via service options #249

Closed Mairu closed 1 year ago

Mairu commented 1 year ago

Feathers v5 introduced service options, where the methods to be used can be assigned. If this methods array is provided, documentation should only be generated for these methods.