Files
brk/crates/brk_server/src/api/scalar.html
2025-10-07 22:10:32 +02:00

29 lines
710 B
HTML

<!doctype html>
<html>
<head>
<title>BRK API</title>
<meta
name="description"
content="Bitcoin Research Kit's API documentation via Scalar"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<div id="app"></div>
<!-- https://app.unpkg.com/@scalar/api-reference@1.37.0/files/dist/browser/standalone.js -->
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
<script>
Scalar.createApiReference("#app", {
url: "/api.json",
hideClientButton: true,
telemetry: false,
// showToolbar: "never",
});
</script>
</body>
</html>