mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 10:35:25 +00:00
0d952b79db
* improve logging in python client * update samples
7 lines
135 B
Bash
Executable File
7 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
# update python petstore clients
|
|
|
|
./bin/python-asyncio-petstore.sh
|
|
./bin/python-petstore.sh
|
|
./bin/python-tornado-petstore.sh
|