Created
October 9, 2019 07:43
-
-
Save dominikzogg/43c9ecde33f60bae01ea2c0e2db07f37 to your computer and use it in GitHub Desktop.
generate-swagger-based-php-api-client.sh
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
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3:3.0.11 generate -l php -i /local/swagger.yaml -o /local/php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment