-
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.
* Update OpenAPI generator * Delete sample endpoint * Fixed requirement to avoid currently open issue: python-openapi/openapi-spec-validator#126 * Change return status * Update specs
- Loading branch information
1 parent
603c0aa
commit 7cf6e19
Showing
13 changed files
with
175 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
openapi_server/__init__.py | ||
openapi_server/controllers/__init__.py | ||
openapi_server/controllers/event_controller.py | ||
openapi_server/controllers/file_controller.py | ||
openapi_server/controllers/qc_result_controller.py | ||
openapi_server/controllers/sample_controller.py | ||
openapi_server/controllers/sample_status_controller.py | ||
openapi_server/controllers/security_controller_.py | ||
openapi_server/encoder.py | ||
openapi_server/models/__init__.py | ||
openapi_server/models/base_model_.py | ||
openapi_server/models/error.py | ||
openapi_server/models/event.py | ||
openapi_server/models/file.py | ||
openapi_server/models/qc_result.py | ||
openapi_server/models/sample.py | ||
openapi_server/models/status.py | ||
openapi_server/openapi/openapi.yaml | ||
openapi_server/typing_utils.py | ||
openapi_server/util.py | ||
setup.py |
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 +1 @@ | ||
4.3.1 | ||
5.2.1 |
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
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.