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 If a POST operation accepts `multipart/form-data`, the `typescript-fetch` client posts an `application/x-www-form-urlencoded` body instead of form data. ##### Swagger-codegen version Version currently deployed on [editor.swagger.io] ##### Swagger declaration...

Issue: Bug
help wanted
Client: TypeScript

##### Description I've tried to generate Java codes based on an `openapi` spec, I installed the package in `pom.xml` and tried to generate the code but I've get the following...

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

### 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 So I'm generating a client for yaml similar to the one below. They have types in schema that have their own properties and are open for new ones...

##### Description I am using Windows 11 with jdk-11.0.4. I am trying to generate SDK project for my ASP.Net Core application using OpenAPI3.0. I am following the steps mentioned in...

##### Description Since pyproject.toml is going to replace old python packaging system (with setup.py and setuptools), it would be nice to add ability to generate pyproject.toml instad of setup.py and...

##### Description I am encountering an issue with Swagger UI when using the Python generated code to perform multipart/form-data requests. The server receives que request, but it fails validating the...

##### Description When the OpenAPI 3.0 YAML definition contains a multipart/form-data with a part defined as required, then the generated server-side interface defines the given part as optional (required =...

##### Description * when i try to generate a javascript client from a YAML that has this schemas format 1. an enum schema 2. a schema that uses allof and...