swagger-codegen icon indicating copy to clipboard operation
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.

Results 498 swagger-codegen issues
Sort by recently updated
recently updated
newest added

##### Description Problem occurres after generation model from API spec containing reserved word as enum ##### Swagger-codegen version ❯ swagger-codegen version 3.0.47 ##### Swagger declaration file content or url ```yaml...

### 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,...

##### Description When generating for `python-flask`, `swagger_server/__init__.py` contains four `NUL` characters that cause the following error: ``` % python -m swagger_server Traceback (most recent call last): File ".../python3.10/runpy.py", line 187,...

More of a feature request than an issue. Would it be possible to generate async methods with CancellationToken support?

General: Suggestion

## CVE-2022-42969 - High Severity Vulnerability Vulnerable Library - py-1.11.0-py2.py3-none-any.whl library with cross-python path, ini-parsing, io, code, log facilities Library home page: https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl Path to dependency file: /samples/client/petstore/python/test-requirements.txt Path to...

security vulnerability

version: export tool from https://app.swaggerhub.com/ **Description** Originally I supposed I found such awesome convenient Tools which may help me quickly finish RESTful API Client, but I just followed with the...

##### Description Validations are not working at runtime. I am using spring boot - 3.1.4 and swagger-codegen-maven-plugin - 2.4.32. My configuration is as below : ``` io.swagger swagger-codegen-maven-plugin 2.4.32 swagger-codegen...

##### I want to intercept a 401 error when the interface returns a token in ApiClient.js. How can I proceed? ##### * Swagger Codegen version: 3.0.34

##### Description The server code generated by both swagger-codegen-maven-plugin and swagger hub contains compilation and logic errors with target `jaxrs-jersey`, library `jersey2`. The errors are specific to file uploads within...

I have a swagger.yaml file that is getting huge, 10K+ lines, so it makes sense to break this into logical pieces. Documentation suggests I use '$ref' for this purpose. I...