aj-foster / open-api-generator

Open API code generator for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Deprecated Operations

gaberger opened this issue · comments

Can we add the ability to prune out deprecated operations?

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

/pet/findByTags: get: deprecated: true

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