Openapi-generator: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 23:07, 8 April 2024

External

Internal

Installation

brew install openapi-generator

Generate Python Code

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