Skip to content
Snippets Groups Projects
Commit aa04b2a4 authored by Travis CI User's avatar Travis CI User
Browse files

Deployed to Github Pages

parent 950661c2
No related branches found
No related tags found
No related merge requests found
favicon.ico

32.2 KiB

<!DOCTYPE html>
<html>
<head>
<title>API Reference | ReDoc</title>
<!-- needed for adaptive design -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.ico">
<!--
ReDoc uses font options from the parent element
So override default browser styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="redoc_container"></div>
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"></script>
<script>
Redoc.init(
'./openapi.json',
{"theme":{"colors":{"primary":{"main":"#32329f"}}}},
document.getElementById("redoc_container")
);
</script>
</body>
</html>
openapi.json 0 → 100644
This diff is collapsed.
openapi.yaml 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment