You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
621 B
21 lines
621 B
2 years ago
|
<!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="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.12.0/swagger-ui.css">
|
||
|
<title>DLUHC CORE Data Collection API</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="openapi"></div>
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.12.0/swagger-ui-bundle.min.js"></script>
|
||
|
<script>
|
||
|
window.onload = function () {
|
||
|
const ui = SwaggerUIBundle({
|
||
|
url: "v1.json",
|
||
|
dom_id: "#openapi"
|
||
|
})
|
||
|
}
|
||
|
</script>
|
||
|
</body>
|