-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine type parsing, use separate object for query
- Loading branch information
Showing
7 changed files
with
341 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
|
@@ -11,7 +11,11 @@ | |
<meta name="description" content="API Docs" /> | ||
<title>API Docs</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> | ||
<style>.content-container { margin-bottom: 76px; }</style> | ||
<style> | ||
.content-container { | ||
margin-bottom: 76px; | ||
} | ||
</style> | ||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script> | ||
|
@@ -29,7 +33,9 @@ | |
<div class="jumbotron pt-5 pb-4 mb-0"> | ||
<h3 class="display-4"><small class="text-muted mr-3">📚</small>API Documentation</h3> | ||
<hr class="my-4"> | ||
<p class="lead">Each endpoint can be expanded to list the query parameters as well as request and response bodies.</p> | ||
<p class="lead"> | ||
Each endpoint can be expanded to list the query parameters as well as request and response bodies. | ||
</p> | ||
</div> | ||
#extend("doc_list"): | ||
#endextend | ||
|
@@ -38,7 +44,7 @@ | |
<div class="container footer-container"> | ||
<div class="footer rounded-top bg-dark fixed-bottom text-white text-center py-2"> | ||
<p class="my-1">A <a href="https://www.sersoft.de" class="text-info">ser.soft GmbH</a> creation.</p> | ||
<p class="my-1">© <span id="docs-current-year">2020</span> - All rights reserved.</p> | ||
<p class="my-1">© <span id="docs-current-year">2022</span> - All rights reserved.</p> | ||
</div> | ||
</div> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.