Skip to content

Commit

Permalink
deploy: e6b6560
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 28, 2024
1 parent 526a7df commit 4ea3807
Show file tree
Hide file tree
Showing 8 changed files with 1,418 additions and 0 deletions.
1,356 changes: 1,356 additions & 0 deletions openapi/dsp-api/0.11.0-SNAPSHOT/dsp-api.yaml

Large diffs are not rendered by default.

Binary file added openapi/dsp-api/0.11.0-SNAPSHOT/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added openapi/dsp-api/0.11.0-SNAPSHOT/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions openapi/dsp-api/0.11.0-SNAPSHOT/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" >
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<style>
html
{
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}

*,
*:before,
*:after
{
box-sizing: inherit;
}

body
{
margin:0;
background: #fafafa;
}
</style>
</head>

<body>
<div id="swagger-ui"></div>

<script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="./swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script>
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
configUrl: "swagger-config.json",
dom_id: '#swagger-ui'
})
// End Swagger UI call region

window.ui = ui
}
</script>
</body>
</html>
1 change: 1 addition & 0 deletions openapi/dsp-api/0.11.0-SNAPSHOT/swagger-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"url":"dsp-api.yaml","deepLinking":true}
3 changes: 3 additions & 0 deletions openapi/dsp-api/0.11.0-SNAPSHOT/swagger-ui-bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions openapi/dsp-api/0.11.0-SNAPSHOT/swagger-ui.css

Large diffs are not rendered by default.

0 comments on commit 4ea3807

Please sign in to comment.