Skip to content

Commit

Permalink
add api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Jul 18, 2024
0 parents commit 4851089
Show file tree
Hide file tree
Showing 15 changed files with 8,370 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.DS_Store
.idea/
.python-version
.coverage*
.dockerignore
.flake8
.github/
.venv/
LICENSE
README.md
docker-compose*
__pycache__
analysis/
app/
build/
docker/
scripts/
mlruns/
git-config/
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
cms-users.db
tests/
31 changes: 31 additions & 0 deletions docs/anoncat_model_apis.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui.css">
<link rel="shortcut icon" href="static/images/favicon.ico">
<title>AnonCAT Model API Doc</title>
</head>
<body>
<div id="swagger-ui">
</div>
<script src="https://cdn.jsdelivr.net/npm/swagger-ui-dist@5/swagger-ui-bundle.js"></script>
<!-- `SwaggerUIBundle` is now available on the page -->
<script>
const ui = SwaggerUIBundle({
"url": "./anoncat_model_apis.json",
"dom_id": "#swagger-ui",
"layout": "BaseLayout",
"deepLinking": true,
"showExtensions": true,
"showCommonExtensions": true,
"oauth2RedirectUrl": window.location.origin + '/docs/oauth2-redirect',
"presets": [
SwaggerUIBundle.presets.apis,
SwaggerUIBundle.SwaggerUIStandalonePreset
],
supportedSubmitMethods: []
})
</script>
</body>
</html>
Loading

0 comments on commit 4851089

Please sign in to comment.