feathers-swagger icon indicating copy to clipboard operation
feathers-swagger copied to clipboard

Feature: add function based option to ignore services

Open Mairu opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Sometimes there are services that should not be added to the swagger specs, f.e. services added by feathers-distributed. See a detailed case and workaround solution in https://github.com/feathersjs-ecosystem/feathers-swagger/issues/191

Describe the solution you'd like There should be an option additional to tags and paths, to ignore services based on a function that gets the service and return true or false.

Mairu avatar Apr 05 '20 08:04 Mairu