-
The documentation for the swagger tools is way outdated:
- swagger-editor: https://swagger.io/docs/open-source-tools/swagger-editor/
- swagger-ui: https://swagger.io/docs/open-source-tools/swagger…
-
Consignes :
- Faire le swagger de toutes les routes pour préparer le développement du backend
- Regarder pour utiliser des outils de génération que l'on pourra démontrer dans l'AGL
- Se renseigner …
-
We encountered the issue here, when using OpenAPITools Generator (Maven Plugin) after we switched from OAS 3.0.3 to 3.1.0:
https://github.com/OpenAPITools/openapi-generator/issues/18161
As the Iss…
-
##### 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 …
-
Are there any plans on making an SDK generator for iOS similar to [loopback-sdk-angular](https://github.com/strongloop/loopback-sdk-angular)?
-
##### Description
I have an OpenAPI v2 yaml that is being converted to v3 by swagger-codegen-cli, and it ends up changing the behavior of my models from allowing any freeform additional properties of…
-
Other Granta MI consumers of OpenAPI specs use [kiota](https://github.com/microsoft/kiota) instead of swagger-codegen. kiota generates nicer Python and seems to be well supported, but there are curren…
-
Docker image : latest
**Issue :**
**Unable** to generate code from **OpenAPI v3** documentation file. The command that i used is :
```shell
docker run --rm -v .:/app swaggerapi/swagger-codegen-c…
-
two api's with same operationid, ex List is prefixed with request.
the operationid is removed the prefix with --remove-operation-id-prefix command as michael cheng suggested.
Now the problem is…
-
I'm trying to build a servant client to query an API for which I have a swagger file. I used the swagger-codegen tool to generate a servant API library.
TL;DR
- the generated lib fails to comp…