Skip to content

Commit

Permalink
Docs: Add aiohttp-pydantic to third party libraries (aio-libs#5228) (a…
Browse files Browse the repository at this point in the history
…io-libs#5231)

* Add aiohttp-pydantic to third party libraries

* Update docs/third_party.rst

Co-authored-by: Andrew Svetlov <[email protected]>

Co-authored-by: MAILLOL Vincent <[email protected]>
Co-authored-by: Andrew Svetlov <[email protected]>
  • Loading branch information
3 people committed Nov 14, 2020
1 parent e8c048b commit bd50c3c
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 bd50c3c

Please sign in to comment.