Created
March 27, 2020 15:04
-
-
Save HeshamMeneisi/08fc8c7d796f2a520f544b59cf478eb4 to your computer and use it in GitHub Desktop.
Generate Client (OpenAPI)
This file contains 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
docker run --network=host --rm -v ${PWD}:/local openapitools/openapi-generator-cli generate -i http://localhost:5000/swagger/v1/swagger.json -g {LANGUAGE} -o /local/sdks/{LANGUAGE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment