mirror of
https://github.com/correl/openapi-core.git
synced 2025-03-18 17:00:11 -09:00
Add link to Tornado integration
Add a link to the tornado-openapi3 project which provides openapi-core validation for the Tornado web application framework.
This commit is contained in:
parent
5dcb0dba76
commit
8fb6004b15
1 changed files with 5 additions and 0 deletions
|
@ -196,3 +196,8 @@ You can use RequestsOpenAPIResponse as a Requests response factory:
|
|||
openapi_response = RequestsOpenAPIResponse(requests_response)
|
||||
validator = ResponseValidator(spec)
|
||||
result = validator.validate(openapi_request, openapi_response)
|
||||
|
||||
Tornado
|
||||
-------
|
||||
|
||||
See `tornado-openapi3 <https://github.com/correl/tornado-openapi3>`_ project.
|
||||
|
|
Loading…
Add table
Reference in a new issue