garage/doc/api
Mike Coleman fcc5033466
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Change some integer types to int64
Modified integer types representing byte or object count to int64 to prevent overflow.
2023-01-16 23:57:23 -08: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
README.md 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 Change some integer types to int64 2023-01-16 23:57:23 -08:00
redoc.standalone.js Partial OpenAPI spec for admin API with a viewer 2022-11-11 09:22:36 +01:00

README.md

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