garage-admin-sdk-generator/README.md

19 lines
228 B
Markdown

# Garage Admin SDK
## Clone this repo
```bash
git clone ...
git submodule init
```
## (Re)generate libraries
```bash
# Check the OpenAPI spec file
gradle validate
# (re)build the python client
gradle buildPythonClient
```