Openapi-generator

From NovaOrdis Knowledge Base
Revision as of 23:07, 8 April 2024 by Ovidiu (talk | contribs) (→‎Generate Python Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Installation

brew install openapi-generator

Generate Python Code

openapi-generator generate -i ./petstore.yaml -g python -o ./python-client/