-
Notifications
You must be signed in to change notification settings - Fork 299
/
Copy pathindex.html
6 lines (6 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
<!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"><title>RapiDoc</title><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.18.1/build/styles/default.min.css"><script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.18.1/build/highlight.min.js"></script><script defer="defer" src="rapidoc-min.js"></script></head><script>window.addEventListener('DOMContentLoaded', (event) => {
const docEl = document.getElementById('thedoc');
docEl.addEventListener('before-try', (e) => {
e.detail.request.headers.append('AAA-BBB', 'CCC DDDD');
});
});</script><body><h1>Mini</h1><rapi-doc-mini style="min-width:600px; width:600px; border-radius:2px; border: 1px solid #eee; border-top-width:0" spec-url="./specs/mock.yaml" theme="light" schema-style="table" sort-endpoints-by="method" layout="column" paths-expanded="false" match-paths="^get /users/\{userId\}$|^post /users$" match-type="regex"></rapi-doc-mini></body></html>