2016-01-12 02:26:47 +03:00
|
|
|
<!DOCTYPE html>
|
2015-10-03 11:54:09 +03:00
|
|
|
<html>
|
|
|
|
<head>
|
2015-11-14 18:47:14 +03:00
|
|
|
<title>ReDoc</title>
|
2015-10-10 15:34:46 +03:00
|
|
|
<link rel="stylesheet" href="main.css">
|
2016-01-21 18:26:54 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2015-10-03 11:54:09 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-11-04 22:31:10 +03:00
|
|
|
<nav>
|
2015-11-06 00:25:22 +03:00
|
|
|
<header> ReDoc </header>
|
2016-01-23 01:00:28 +03:00
|
|
|
<form id="schema-url-form">
|
2016-03-31 19:40:32 +03:00
|
|
|
<input id="schema-url-input" value='http://rebilly.github.io/SwaggerTemplateRepo/swagger.yaml'>
|
2016-01-23 01:00:28 +03:00
|
|
|
<button type="submit"> Explore </button>
|
|
|
|
</form>
|
2016-05-25 18:34:31 +03:00
|
|
|
<!--<iframe src="https://ghbtns.com/github-btn.html?user=Rebilly&repo=ReDoc&type=star&count=true&size=large"
|
|
|
|
frameborder="0" scrolling="0" width="130px" height="30px"></iframe>-->
|
2015-11-04 22:31:10 +03:00
|
|
|
</nav>
|
2015-12-26 20:44:39 +03:00
|
|
|
|
2016-05-25 18:34:31 +03:00
|
|
|
<redoc scroll-y-offset="body > nav" spec-url='swagger.yaml'></redoc>
|
2015-10-03 11:54:09 +03:00
|
|
|
|
2015-11-04 22:31:10 +03:00
|
|
|
<script src="main.js"> </script>
|
2016-05-25 18:34:31 +03:00
|
|
|
<script src="../dist/redoc.min.js"> </script>
|
2015-10-03 11:54:09 +03:00
|
|
|
</body>
|
|
|
|
</html>
|