We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
We've just added a Go Echo server generator to the openapi-generator project.
Please give it a try by following 3 simple steps below:
Download the Java JAR: https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.1.1-SNAPSHOT/openapi-generator-cli-5.1.1-20210421.135227-116.jar
Rename the JAR as "openapi-generator-cli.jar"
Execute the following command to run the generator for the Petstore API: https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
Mac/Linux:
$ java -jar openapi-generator-cli.jar generate -g go-echo-server -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o /var/tmp/go-echo-server/
Windows:
$ java -jar openapi-generator-cli.jar generate -g go-echo-server -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o C:\tmp\go-echo-server
If you've any feedback or question, please let us know via https://github.com/OpenAPITools/openapi-generator/issues/new.
Thank you Farshad Nematdoust for contributing the Go Echo server generator and the awesome team and community behind Go Echo.
William
The text was updated successfully, but these errors were encountered:
Ok, thank you. For further discussion please start thread at https://github.com/labstack/echo/discussions
Sorry, something went wrong.
No branches or pull requests
Hi all,
We've just added a Go Echo server generator to the openapi-generator project.
Please give it a try by following 3 simple steps below:
Download the Java JAR: https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.1.1-SNAPSHOT/openapi-generator-cli-5.1.1-20210421.135227-116.jar
Rename the JAR as "openapi-generator-cli.jar"
Execute the following command to run the generator for the Petstore API: https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
Mac/Linux:
$ java -jar openapi-generator-cli.jar generate -g go-echo-server -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o /var/tmp/go-echo-server/
Windows:
$ java -jar openapi-generator-cli.jar generate -g go-echo-server -i https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -o C:\tmp\go-echo-server
If you've any feedback or question, please let us know via https://github.com/OpenAPITools/openapi-generator/issues/new.
Thank you Farshad Nematdoust for contributing the Go Echo server generator and the awesome team and community behind Go Echo.
William
The text was updated successfully, but these errors were encountered: