profee-waas-pf-waas-api/index.html

26 lines
849 B
HTML
Raw Normal View History

2021-05-04 12:58:05 +03:00
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
2021-05-04 13:12:10 +03:00
<!-- <redoc spec-url='https://gist.githubusercontent.com/bvn13/d5756a07eb59ad380b0403780bf791ef/raw/2baceb8d6e0ac6c11422c67d5a589d885e004204/gistfile1.txt'></redoc> -->
2021-05-04 13:13:04 +03:00
<redoc spec-url='https://bvn13.github.io/pf-waas-api/waas-api.json'></redoc>
2021-05-04 12:58:05 +03:00
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>