-
I need the generated java code include both response body and headers.
I know there is `return-response` option to return `javax.ws.rs.core.Response` but that class is not generic and requires cast…
-
##### Description
I have been trying out all the open api generators for Golang that I can find, and I noticed that the client sdk created by this project (swagger-codegen) is basically identical to …
-
Hello!
There is an issue in the authentication logic, as it is not always applied.
How to reproduce:
- generate a client with operations that need any kind of authentication
- configure the …
-
OpenAPI spec:
```
"/api/Avatar": {
"post": {
"tags": [
"Avatar"
],
"requestBody": {
"content": {
"multipart/form-data": {
…
-
When I try to generate serever code for my OpenAPI spec, for this application.properties :
```
quarkus.openapi.generator.spec=xyz.yaml
quarkus.openapi.generator.base-package=com.foo.api.esg
quar…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
#### 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…
-
**Describe the bug**
When generating an enum that has a value that is a reserved word, the `--reserved-words-mappings` param is ignored
**Expected behavior**
The `--reserved-words-mappings` param…
-
Our API endpoints are prefixed with /api.
Would be nice to be able to ignore this prefix in the config.
**Current result:**
`
getApiUser: build.query({
query: () => ({ url: '/api/user' }…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…