added api docs
This commit is contained in:
15
interface/doc.html
Normal file
15
interface/doc.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Sendico API Docs (Redoc)</title>
|
||||
<style>
|
||||
html, body { margin: 0; height: 100%; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<redoc spec-url="./api.yaml"></redoc>
|
||||
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user