From 6aae6cd6cacab6b749c42384ae05a900028d492a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D1=80=D0=B5=D0=BD=D0=B1=D0=B5=D1=80=D0=B3=20?= =?UTF-8?q?=E2=98=A2=EF=B8=8F=20=20=D0=9C=D0=B0=D1=80=D0=BA?= Date: Wed, 9 Dec 2020 02:38:25 +0500 Subject: [PATCH] DOC: Added aio-openapi --- docs/third_party.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 7192ce65f0e..48821d41c84 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -125,6 +125,10 @@ support to aiohttp web servers. - `aiohttp-swaggerify `_ Library to automatically generate swagger2.0 definition for aiohttp endpoints. +- `aio-openapi `_ + Asynchronous web middleware for aiohttp and serving Rest APIs with OpenAPI v3 + specification and with optional PostgreSql database bindings. + - `rororo `_ Implement ``aiohttp.web`` OpenAPI 3 server applications with schema first approach. Python 3.6+ required.