aj-foster / open-api-generator

Open API code generator for Elixir
MIT License
97 stars 13 forks source link

Handle Deprecated Operations #34

Open gaberger opened 9 months ago

gaberger commented 9 months ago

Can we add the ability to prune out deprecated operations?

From https://swagger.io/docs/specification/paths-and-operations/

/pet/findByTags: get: deprecated: true

aj-foster commented 9 months ago

Great idea! This sounds like a great piece of configuration for the core generator.