Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HeshamMeneisi/08fc8c7d796f2a520f544b59cf478eb4 to your computer and use it in GitHub Desktop.
Save HeshamMeneisi/08fc8c7d796f2a520f544b59cf478eb4 to your computer and use it in GitHub Desktop.
Generate Client (OpenAPI)
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