-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorebos.html
More file actions
22 lines (22 loc) · 1.16 KB
/
corebos.html
File metadata and controls
22 lines (22 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes">
<link rel="SHORTCUT ICON" href="favicon.ico">
<title>coreBOS Web Service API</title>
<script defer="defer" src="rapidoc-min.js"></script>
</head>
<body>
<rapi-doc id="thedoc" spec-url="./coreBOSAPI.yaml" allow-server-selection="true" show-header="false"
show-info="true" theme="light" allow-try="true" sort-endpoints-by="summary" fill-request-fields-with-example="true"
allow-api-list-style-selection="false" regular-font="Open Sans" schema-style="table" render-style="read"
default-schema-tab="model" layout="column" allow-authentication="false">
<div slot="nav-logo" style="width:100%; display: flex;justify-content: center;">
<img src="coreBOS80.png" alt="coreBOS" />
<button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'table')" style="display:none;">Table</button>
<button class="btn medium" onclick="document.getElementById('thedoc').setAttribute('schema-style', 'tree')" style="display:none;">Tree</button>
</div>
</rapi-doc>
</body>
</html>