mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00: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…
Reference in a new issue