garage/doc/api
Quentin 3908619eac
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
add ClusterHealthReport endpoint to the API
2023-11-28 09:34:01 +01:00
..
css Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
fonts Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
garage-admin-v0.html Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
garage-admin-v0.yml doc/api: fix typo 2023-07-14 14:24:27 +03:00
garage-admin-v1.html skeleton for api v1 2023-11-22 08:58:09 +01:00
garage-admin-v1.yml add ClusterHealthReport endpoint to the API 2023-11-28 09:34:01 +01:00
README.md Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00
redoc.standalone.js Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00

Browse doc

Run in this directory:

python3 -m http.server 

And open in your browser:

Validate doc

wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/6.1.0/openapi-generator-cli-6.1.0.jar -O openapi-generator-cli.jar
java -jar openapi-generator-cli.jar validate -i garage-admin-v0.yml