-
Stack trace:
```
...\node_modules\swagger-angular-generator\dist\utils.js:62
res = input.replace(/^/gm, ' '.repeat(level * conf.indentation));
^
TypeError: Cannot read prope…
-
Trying to get the generator working but it fails with said error:
$ npm --version
5.0.3
$ node --version
v8.1.2
$ yo spring-boot-application-from-swagger
module.js:487…
akoeb updated
5 years ago
-
##### Description
Since openapi-generator 6.3.0 we're not able to build our project anymore. The reason therefore is that the generated classes from openapi-generator are generating methods with an…
-
The current implementation of Client generator will throw exceptions when the response code is not 2XX, even when the wrapResponses option is set to true. It is perfectly valid and not exceptional for…
-
## 🐛 Bug Report
Invalid swagger specifications are generated when trying to have get/patch requests on same path. The issue arises through the recommended use of field masks for the updating of a r…
-
##### Description
Summary: Using Maven plugin, the openapi generator (6.2.1) creates a BLANK interface (shown below 'VnfLcmOpOcc'), as opposed to Pojo.
----
```java
import java.net.URI;
imp…
-
### Library name
N/A
### Please describe the feature.
We still need to support swagger input during the migration to TypeSpec for brownfield services since the migration progress might be lon…
-
I'm configuring Swagger UI as an OAuth2 client in my Spring application. I see that I'm required to set the client secret using the property: springdoc.swagger-ui.oauth.client_id=secret. However, I wa…
-
## Problem statement
I have forked go-swagger/go-swagger in order to customize the templates used to generate the server. I can't convince dep to check out the go-swagger/generator/templates direc…
-
#### 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/swa…