initial commit

pull/1/head
bvn13 2021-05-04 12:58:05 +03:00
commit e2ae4c3386
2 changed files with 25 additions and 0 deletions

1
README.md 100644
View File

@ -0,0 +1 @@
# pf-waas-api

24
waas-api.html 100644
View File

@ -0,0 +1,24 @@
<!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>
<redoc spec-url='https://gist.githubusercontent.com/bvn13/d5756a07eb59ad380b0403780bf791ef/raw/2baceb8d6e0ac6c11422c67d5a589d885e004204/gistfile1.txt'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
</body>
</html>