-
This is my main function
```go
package main
import (
"net/http"
// chiMiddleware "github.com/deepmap/oapi-codegen/pkg/chi-middleware"
"github.com/Skeeve/CSApi/internal/generated"
"git…
-
This one seems promising:
- https://github.com/Yelp/swagger-gradle-codegen
The output will be materialized models for the API contract.
-
Hi,
I was wondering whether there were any plans to provide an implementation of swagger codegen using asyncHttpClient?
Thanks
-
##### Description
The code generation seems to be incorrect
I have 2 problems with swagger-codegen-maven-plugin on java and the library resttemplate.
I use the sample describe here https://sw…
-
##### Description
Following error is observed on building swagger-cdegen
Failed to execute goal on project swagger-codegen: Could not resolve dependencies for project io.swagger:swagger-codegen:ja…
-
##### Description
```
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.57/swagger-codegen-cli-3.0.57.jar -O swagger-codegen-cli.jar
java -jar swagger-codegen-…
-
https://github.com/openapi-generators/openapi-python-client
https://swagger.io/tools/swagger-codegen/
https://stackoverflow.com/questions/58611450/generate-clients-from-swagger-definition-programm…
-
This ticket is about fixing custom templates processing for ruby, similarly to what done for nodejs and Swift in scope of https://github.com/swagger-api/swagger-codegen/issues/10107
### Definition of…
-
##### Description
When generating for `python-flask`, `swagger_server/__init__.py` contains four `NUL` characters that cause the following error:
```
% python -m swagger_server
Tra…
-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this is…