-
I added the plugin like this:
`
org.openapitools
openapi-generator-maven-plugin
7.8.0
…
-
Minimal working example:
1. clone https://github.com/juwens/NSwag-bugreport
2. open sln
3. build and run
4. open http://localhost:xxxxx/swagger/v1/swagger.json
you will see "$type" in the sw…
-
Think it has to do with the TODO_OBJECT_MAPPING parts of the code.
I generated a client anyway, selectively commenting those TODOs out.
It is partially functional. Seems OK on server request and…
-
##### Description
If Schemas are referenced in cyclic manner, the Models are generated twice. In below code,the Model `ProblemDetails` is generated twice as
- `ProblemDetails.java`
- `Proble…
-
I am trying to implement OpenAPI Client side code generator in my react-native app where we are not using TypeScript. But all of the article which i have seen till now are are recommending to create r…
-
Currently, the swagger APIs show empty request-response structure. Add [types and parameters](https://docs.nestjs.com/openapi/types-and-parameters) by adding DTOs to the requests. Use [this auto DTO g…
-
After building the docker image following the steps included in the README, I am not able to get the swagger conversion.
I have checked all the imported modules and the namespaces, also I have gene…
-
Not sure _exactly_ what is going on to cause the crash when using the swagger controller but the symptom is memory corruption in the environment causing a SEGV when the ObjectMapper component gets cle…
-
Stack trace:
```
...\node_modules\swagger-angular-generator\dist\utils.js:62
res = input.replace(/^/gm, ' '.repeat(level * conf.indentation));
^
TypeError: Cannot read prope…
-
I have a problem with C# generator.
Version 13.6.2 is the latest one what works. Code generated with that version looks like this:
```
if (status_ == "200")
…