robosats/docs/_includes/api-v0.1.html

68 lines
1.7 KiB
HTML
Raw Normal View History

2022-10-04 19:11:41 +00:00
<redoc
spec-url='/assets/schemas/api-v0.1.yaml'
expand-responses='200,201'
2022-10-05 00:04:28 +00:00
theme='{
"colors": {
"primary": {
"main": "#1976d2",
"light": "#42a5f5"
},
"secondary": {
"main": "#9c27b0",
"light": "#ba68c8"
},
"error": {
"main": "#d32f2f",
"light": "#ef5350",
"dark": "#c62828"
},
"success": {
"main": "#2e7d32",
"light": "#4caf50",
"dark": "#1b5e20",
"contrastText": "#9c27b0"
},
"text": {
"primary": "rgba(0, 0, 0, 1)",
"secondary": "rgba(0, 0, 0, 0.8)"
},
"http": {
"get": "#42a5f5",
"post": "#9c27b0",
"put": "#ed6c02",
"delete": "#d32f2f"
}
},
"typography": {
"fontSize": "16px",
"fontFamily": "Fira Sans, Roboto, sans-serif",
"optimizeSpeed": true,
"smoothing": "antialiased",
"headings": {
"fontWeight": "bold",
"lineHeight": "1em"
},
"code": {
"fontWeight": "600",
"color": "rgba(92, 62, 189, 1)",
"wrap": true
},
"links": {
"color": "#1976d2",
"visited": "#9c27b0",
"hover": "#42a5f5"
}
},
"sidebar": {
"backgroundColor": "#1976d2",
"width": "18.75em",
"textColor": "#ffffff"
},
"rightPanel": {
"backgroundColor": "#22212c",
"textColor": "#ffffff"
}
}'
2022-10-04 19:11:41 +00:00
>
</redoc>
2022-10-05 00:04:28 +00:00
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>