Skip to content

Commit 68dc64f

Browse files
authored
Merge pull request #321 from correl/tornado-openapi3
Add link to Tornado integration
2 parents 5dcb0db + cb1bef1 commit 68dc64f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@ Related projects
135135
* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator>`__
136136
* `openapi-schema-validator <https://github.com/p1c2u/openapi-schema-validator>`__
137137
* `pyramid_openapi3 <https://github.com/niteoweb/pyramid_openapi3>`__
138+
* `tornado-openapi3 <https://github.com/correl/tornado-openapi3>`__

docs/integrations.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,8 @@ You can use RequestsOpenAPIResponse as a Requests response factory:
196196
openapi_response = RequestsOpenAPIResponse(requests_response)
197197
validator = ResponseValidator(spec)
198198
result = validator.validate(openapi_request, openapi_response)
199+
200+
Tornado
201+
-------
202+
203+
See `tornado-openapi3 <https://github.com/correl/tornado-openapi3>`_ project.

0 commit comments

Comments
 (0)