Test new API format

This commit is contained in:
2023-04-04 18:36:45 +02:00
parent 86118d37f2
commit 2401511b46
3 changed files with 17 additions and 784 deletions
+17
View File
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8">
<meta name=”viewport” content=”width=device-width, initial-scale=1">
<link rel=”stylesheet” type=”text/css” href=”//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui.css”>
<title>OpenAPI Petstore</title>
<body><div id=”openapi”><script src=”//pagecdn.io/lib/swagger-ui/v3.31.1/swagger-ui-bundle.js”></script>
<script>
window.onload = function () {
const ui = SwaggerUIBundle({
url: "OpenAPI.yml",
dom_id: "openapi"
})
}
</script>
</body>