File size: 675 Bytes
66ca64a
 
 
f02b1de
66ca64a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html> <!-- Important: must specify -->
<html>
<head>
	<title>woolbot's FunAPI</title>
	<style> body {background-color:#14191f;} </style>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
	<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
	<rapi-doc
		spec-url="/static/api.yaml"
		theme="dark"
		allow-try="false"
		allow-search="false"
		allow-authentication="false"
		show-info="true"
		show-header="false"
		render-style="view"
		bg-color="#14191f"
		text-color="#aec2e0"
		primary-color="#c7d8f2"
	> <br> </rapi-doc>
</body>
</html>