This release introduces new extension features.
Added
-
Ignore operation extension to skip specific API operations during code generation.
Example:
paths: /companies/{company_id}/employees: get: x-apier: ignore: true
-
Option to specify a custom client name for the generated API client in the
python-treetemplate.Example:
info: x-apier: templates: python-tree: client-name: MyAPIClient