fabien0102 / openapi-codegen

A tool for generating code base on an OpenAPI schema.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support to skip selective endpoints

sap-anawaz opened this issue · comments

Type: enhancement
Version: openapi-codegen/typescript: 7.0.0
Description: Is it possible to add an option to skip certain endpoints while generating components?
Example: Our services always include a /health endpoint that we don't wish to include in the codegen.