Browse Source
* API doc init * Rename docs dir * Try YAML * Index page * Chars * Case Log * Summaries * Add to readme * Add sandbox server * Dry * Add some 422 examples * GET doesn't have a request body * Accept header * Add show method to JSON API and document not found response * Set header default * Add some field guidance * Don't need a default value if we only have one enumpull/56/head
Daniel Baark
3 years ago
committed by
GitHub
13 changed files with 1208 additions and 4 deletions
File diff suppressed because it is too large
Load Diff
@ -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 DLUHC CORE Data Collection</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: "api/DLUHC-CORE-Data.v1.json", |
||||||
|
dom_id: "#openapi" |
||||||
|
}) |
||||||
|
} |
||||||
|
</script> |
||||||
|
</body> |
Loading…
Reference in new issue