-
**Describe the bug**
AddDataContextSQL provides optional param to extend SQL dbContext like using NetToplogySutie
However it leads to fail to connect to db using correct connection string
**To R…
-
### Q&A (please complete the following information)
- OS: Windows 10
- Browser: Firefox, Chrome, Edge
- Method of installation: npm
- Swagger-UI version: 3.11.0
- Swagger/OpenAPI version: Sw…
-
**Describe the bug**
OpenAPI v3.0.3 file has an error and client not generated
**To Reproduce**
The file [openapi.json](https://github.com/MarcoMuellner/openapi-python-generator/files/14617964/op…
-
Is it possible to suppress the generation of the operationId?
Currently the operationId is generated with a hash value if the attribute operationId is missing for an operation.
This causes stran…
-
I was having trouble getting this to do anything with our own swagger.json files which are huge and complex. Even with Swagger's own pet store example swagger.json, (http://petstore.swagger.io/v2/swa…
-
### Describe the bug
The Python generator outputs incorrect classes when the organization name in `fern.config.json` starts with a number. This issue occurs when the CLI is logged into a GitHub acc…
-
##### Description
When using a requestBody with a type X and a response with type Y in the generated source type Y is used as method parameter as well as method return type.
E.g.:
This method …
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Hello,
Checklist from your CONTRIBUTING files :
* [x] I have not found a matching issue, neither in [swagger-api/swagger-codegen](https://github.com/swagger-api/swagger-codegen/) nor [swagger-co…
-
Currently, there isn't a way to combine multiple generators to generate one swagger yaml file. This prevents users from being able to split up routes into separate modules.
To illustrate, assume I …