Skip to content

Commit

Permalink
Docs: Add aiohttp-pydantic to third party libraries (#5228)
Browse files Browse the repository at this point in the history
* Add aiohttp-pydantic to third party libraries

* Update docs/third_party.rst

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
  • Loading branch information
2 people authored and asvetlov committed Nov 14, 2020
1 parent e8c048b commit de3760d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/5228.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add aiohttp-pydantic to third party libraries
3 changes: 3 additions & 0 deletions docs/third_party.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ period ask to raise the status.
- `aiohttp-validate <https://github.com/dchaplinsky/aiohttp_validate>`_
Simple library that helps you validate your API endpoints requests/responses with json schema.

- `aiohttp-pydantic <https://github.com/Maillol/aiohttp-pydantic>`_
An ``aiohttp.View`` to validate the HTTP request's body, query-string, and headers regarding function annotations and generate Open API doc. Python 3.8+ required.

- `raven-aiohttp <https://github.com/getsentry/raven-aiohttp>`_ An
aiohttp transport for raven-python (Sentry client).

Expand Down

0 comments on commit de3760d

Please sign in to comment.