swagger-codegen
swagger-codegen copied to clipboard
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
##### Description I tried to generate my server stubs with the PHP SLIM framework code and I get the following: ``` $ java -jar swagger-codegen-cli.jar generate -i https://petstore.swagger.io/v2/swagger.json -l slim...
### Q&A (please complete the following information) - OS: Fedora 39 - Browser: Firefox - Version: - Method of installation: docker - Swagger-Editor version: [e.g. 3.10.0] - Swagger/OpenAPI version: [Swagger...
### Q&A (please complete the following information) - OS: Fedora 39 - Browser: Firefox - Version: - Method of installation: docker - Swagger-Editor version: [e.g. 3.10.0] - Swagger/OpenAPI version: [Swagger...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For instance,...
Dockerfile base image had changed from Alpine to Ubun, breaking Docker image build ### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [x] Ran the shell script under `./bin/`...
##### Description I'm trying to generate the typescript models, based on the schemas defined in the YAML file, but there is a model (free-form object) that is not being properly...
##### Description Dart 2.13 added null-safety to the language, and swagger-codegen generator is not compatible with it, generating a code that won't compile. Reference: https://dart.dev/null-safety ##### Swagger-codegen version 3.0.30 #####...
Came to make the dart extensions work with code that requires null safety (standard for some years now). Found that master is broken. ``` 8298 git clone https://github.com/swagger-api/swagger-codegen 8299 cd...
##### Description Performing a clean install using poetry , using python 3.10 (issue also occurs on Python 3.11) ``` poetry add swagger-codegen ``` causes the a transitive dependency attempted install...
##### Description As a user I want to generate JAVA client data types with swagger-codegen-cli using a valid OpenAPI 3 document. When Swagger CodeGen encounters components schemas (models) with a...