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 When the Docker images for [`swagger-codegen-cli-v3`](https://hub.docker.com/r/swaggerapi/swagger-codegen-cli-v3/tags) are run, an error occurs on startup: ```shell $ docker run --rm swaggerapi/swagger-codegen-cli-v3 WARNING: The requested image's platform (linux/amd64) does not match...
##### Description Not able to build the swagger-codegen, shared the steps below. ##### Swagger-codegen version I am using latest master branch. ##### Swagger declaration file content or url https://github.com/swagger-api/swagger-codegen ...
##### Description Reusing a name in and out of a function is referred to as "name shadowing." Python happens to have already something named 'range' https://docs.python.org/3/library/stdtypes.html?highlight=range#range. Shadowing is not a...
Hello Team, Requesting you to please check this issue and help. Performing schema validation with oneOf, discriminator and mapping property in oas3.0. Error: { "fault": { "faultstring": "OASValidation MAM-EXT-SpecValidation with...
note: after learning a bit more about the structure of this repo and the `3.0.0` branch, I'll edit the issue to reflect the required changes in a day or two,...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change. (For...
### PR checklist - [ ] Read the [contribution guidelines](https://github.com/swagger-api/swagger-codegen/blob/master/CONTRIBUTING.md). - [ ] Ran the shell script under `./bin/` to update Petstore sample so that CIs can verify the change....
Hi. I'm interested in integrating the AsyncApi tool (https://www.asyncapi.com/) with Swagger. It would be great to have the ability to get their schema via some endpoint like it is implemented...
##### Description How do I get the current list of generators available from the docker image or the CLI in the docker image? I can't find the documentation either. ```...