skeleton for api v1

api-v1
Quentin Dufour 6 months ago
parent f4d3905d15
commit c63b446989
No known key found for this signature in database
GPG Key ID: E9602264D639FF68
  1. 24
      doc/api/garage-admin-v1.html
  2. 1218
      doc/api/garage-admin-v1.yml

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html>
<head>
<title>Garage Adminstration API v0</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css/redoc.css" rel="stylesheet">
<!--
Redoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='./garage-admin-v1.yml'></redoc>
<script src="./redoc.standalone.js"> </script>
</body>
</html>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save