erunion / mill

☴ An annotation-based DSL for documenting a REST API.
MIT License
39 stars 2 forks source link

Decouple the OpenAPI filtering logic into a separate tool #238

Open erunion opened 5 years ago

erunion commented 5 years ago

Like with the TagReducer, it would be nice to have the vendor tag and private/public resource visibility filtering code decoupled into a separate tool that you could supply a full OpenAPI specification into to filter it down to what you want.