garage-admin-sdk-generator/README.md

19 lines
228 B
Markdown
Raw Normal View History

2022-09-13 14:00:03 +00:00
# Garage Admin SDK
2022-09-12 15:02:35 +00:00
2022-09-13 14:00:03 +00:00
## Clone this repo
2022-09-12 15:02:35 +00:00
2022-09-13 14:00:03 +00:00
```bash
git clone ...
git submodule init
2022-09-12 15:02:35 +00:00
```
2022-09-13 14:00:03 +00:00
## (Re)generate libraries
```bash
# Check the OpenAPI spec file
gradle validate
# (re)build the python client
gradle buildPythonClient
2022-09-12 15:02:35 +00:00
```