Created
April 25, 2020 19:04
-
-
Save viggin543/e03407593c6d252b1fbfda78bdf321ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install generator | |
| brew install swagger-codegen | |
| # generate a java client | |
| swagger-codegen generate -i bananas-service/open-api/swagger.json -l java -o java-client-generated | |
| # this will create a Gradle library project with the client code of the above API | |
| # it allows async/blocking calls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment