Go to file
2022-09-13 16:10:52 +02:00
garage@37005e198c Use operationId to set friendlier names 2022-09-13 16:10:52 +02:00
python Use operationId to set friendlier names 2022-09-13 16:10:52 +02:00
.gitignore Improve code generation 2022-09-13 16:00:03 +02:00
.gitmodules Improve code generation 2022-09-13 16:00:03 +02:00
build.gradle Improve code generation 2022-09-13 16:00:03 +02:00
README.md Improve code generation 2022-09-13 16:00:03 +02:00

Garage Admin SDK

Clone this repo

git clone ...
git submodule init

(Re)generate libraries

# Check the OpenAPI spec file
gradle validate 

# (re)build the python client
gradle buildPythonClient