Generate API clients, server stubs, and documentation from OpenAPI specs
Generate clients, server stubs, and docs from an OpenAPI spec
swagger-codegen$ swagger-codegen generate -i openapi.yaml -l python -o ./python-client$ swagger-codegen generate -i api.json -l spring -o ./java-server$ swagger-codegen generate -i spec.yaml -l typescript-axios -o ./ts-client -c config.json