Packages

OpenAPI in Elli using Spectra

Current section

Files

Jump to
elli_openapi priv swagger_ui.html
Raw

priv/swagger_ui.html

<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Swagger UI</title>
<link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist/swagger-ui.css">
</head>
<body>
<div id="swagger"></div>
<script src="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js"></script>
<script>
window.ui = SwaggerUIBundle({
url: 'api-docs', // or a full URL
dom_id: '#swagger',
deepLinking: true,
presets: [SwaggerUIBundle.presets.apis],
});
</script>
</body>
</html>