File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -135,3 +135,4 @@ Related projects
135
135
* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator >`__
136
136
* `openapi-schema-validator <https://github.com/p1c2u/openapi-schema-validator >`__
137
137
* `pyramid_openapi3 <https://github.com/niteoweb/pyramid_openapi3 >`__
138
+ * `tornado-openapi3 <https://github.com/correl/tornado-openapi3 >`__
Original file line number Diff line number Diff line change @@ -196,3 +196,8 @@ You can use RequestsOpenAPIResponse as a Requests response factory:
196
196
openapi_response = RequestsOpenAPIResponse(requests_response)
197
197
validator = ResponseValidator(spec)
198
198
result = validator.validate(openapi_request, openapi_response)
199
+
200
+ Tornado
201
+ -------
202
+
203
+ See `tornado-openapi3 <https://github.com/correl/tornado-openapi3 >`_ project.
You can’t perform that action at this time.
0 commit comments