-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/…
-
##### Description
swagger-codegen generate should not generate WARN io.swagger.codegen.DefaultCodegen - Empty operationId found for path: post /foo
since the spec does not define operationId as …
-
##### Description
I have following situation
- customCodegen as jar artifact
- customized templates as part of the same jar (similar packaging like with (e.g. adaptedTemplate)
- used customC…
-
Swagger and TypeSpec both have all description string written in Markdown. In Pythonn, docstring are expected to be written in RST. In order to get our doc processor to generate valid documentation, i…
-
The API server exposes its spec at [`/openapi/v2`](https://kubernetes.io/docs/concepts/overview/kubernetes-api/#openapi-and-swagger-definitions)
Is it worth allowing a user to run `k8s-openapi-code…
-
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…
-
Using the samples at Github I set up a rather simple server:
```
use HTTP::Status qw(:constants);
use List::Util qw(max);
use Raisin::API;
use Types::Standard qw(HashRef Any Int Str);
plugin '…
-
In May 2018, swagger-codegen contributors have decided to fork Swagger Codegen to maintain a community-driven version called "OpenAPI Generator" (https://openapi-generator.tech), which supports both O…
-
**Is your feature request related to a problem? Please describe.**
Defining an helm application (app of apps pattern for example) requires to set parameters, one by one, using strings.
If the helm…
-
Swagger Codegen with -l inflector option generating code with incorrect pom.xml file.
1) it is using swagger-inflector version 1.0.0-SNAPSHOT, which is not in the maven repo. it should be changed to 1…