Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created April 25, 2020 19:04
Show Gist options
  • Save viggin543/e03407593c6d252b1fbfda78bdf321ed to your computer and use it in GitHub Desktop.
Save viggin543/e03407593c6d252b1fbfda78bdf321ed to your computer and use it in GitHub Desktop.
# 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