Go to file
2022-09-13 17:35:06 +02:00
example Add an example on how to use the API 2022-09-13 17:35:06 +02:00
garage@5a7675cf7c Fix garageVersion case 2022-09-13 16:44:29 +02:00
python Fix garageVersion case 2022-09-13 16:44:29 +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