forked from loafle/openapi-generator-original
Add missing petstore scripts to bin/all-petstore.sh
This commit is contained in:
parent
9c4e5ed596
commit
b39d44db03
@ -18,19 +18,25 @@ if [ ! -d "${APP_DIR}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $APP_DIR
|
cd $APP_DIR
|
||||||
|
./bin/akka-scala-petstore.sh
|
||||||
./bin/android-java-petstore.sh
|
./bin/android-java-petstore.sh
|
||||||
./bin/csharp-petstore.sh
|
./bin/csharp-petstore.sh
|
||||||
./bin/dynamic-html.sh
|
./bin/dynamic-html.sh
|
||||||
./bin/html-petstore.sh
|
./bin/html-petstore.sh
|
||||||
./bin/jaxrs-petstore-server.sh
|
|
||||||
./bin/java-petstore.sh
|
./bin/java-petstore.sh
|
||||||
./bin/qt5-petstore.sh
|
./bin/jaxrs-petstore-server.sh
|
||||||
|
./bin/nodejs-petstore-server.sh
|
||||||
|
./bin/objc-petstore.sh
|
||||||
./bin/perl-petstore.sh
|
./bin/perl-petstore.sh
|
||||||
./bin/php-petstore.sh
|
./bin/php-petstore.sh
|
||||||
./bin/python-petstore.sh
|
./bin/python-petstore.sh
|
||||||
|
./bin/python3-petstore.sh
|
||||||
|
./bin/qt5-petstore.sh
|
||||||
./bin/retrofit-petstore.sh
|
./bin/retrofit-petstore.sh
|
||||||
./bin/ruby-petstore.sh
|
./bin/ruby-petstore.sh
|
||||||
./bin/objc-petstore.sh
|
./bin/scala-async-petstore.sh
|
||||||
./bin/scala-petstore.sh
|
./bin/scala-petstore.sh
|
||||||
|
./bin/scalatra-petstore-server.sh
|
||||||
./bin/spring-mvc-petstore-server.sh
|
./bin/spring-mvc-petstore-server.sh
|
||||||
|
./bin/swift-petstore.sh
|
||||||
./bin/tizen-petstore.sh
|
./bin/tizen-petstore.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user