Docs: Add aiohttp-pydantic to third party libraries #5228
Conversation
| @@ -139,6 +139,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 request body, qs and headers regarding function annotations and generate Open API doc. Python 3.8+ required. | |||
webknjaz
Nov 14, 2020
Member
Looks like the spellchecker doesn't like qs. Could you please change it? We need CI to be green before merging.
Looks like the spellchecker doesn't like qs. Could you please change it? We need CI to be green before merging.
Maillol
Nov 14, 2020
Author
Contributor
Sorry, I fixed that typo and added a change file in order to Timeline protection changes to green.
Sorry, I fixed that typo and added a change file in order to Timeline protection changes to green.
Maillol
Nov 14, 2020
Author
Contributor
Is SAP SE the owner of aiohttp? The CLA assistant ask me to sign your License Agreement with SAP Se.
Is SAP SE the owner of aiohttp? The CLA assistant ask me to sign your License Agreement with SAP Se.
asvetlov
Nov 14, 2020
Member
My fault. The CLA text was fixed.
Now it is pretty close to the Python CLA.
The reference is here: https://gist.github.com/asvetlov/dbce6679052f5c89d3d13f501107c1d4
Sorry for misleading.
My fault. The CLA text was fixed.
Now it is pretty close to the Python CLA.
The reference is here: https://gist.github.com/asvetlov/dbce6679052f5c89d3d13f501107c1d4
Sorry for misleading.
Maillol
Nov 14, 2020
Author
Contributor
Ok great! Now the received link point to right text. Thanks
Ok great! Now the received link point to right text. Thanks
Codecov Report
@@ Coverage Diff @@
## master #5228 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 43 43
Lines 8784 8784
Branches 1413 1413
=======================================
Hits 8568 8568
Misses 101 101
Partials 115 115
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
a2fef0f
into
aio-libs:master
* Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> Co-authored-by: MAILLOL Vincent <vmaillol@webgeoservices.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
* Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> Co-authored-by: MAILLOL Vincent <vmaillol@webgeoservices.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
What do these changes do?
Add aiohttp-pydantic to third party libraries in the documentation.
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txtCHANGESfolder<issue_id>.<type>for example (588.bugfix)issue_idchange it to the pr id after creating the pr.feature: Signifying a new feature..bugfix: Signifying a bug fix..doc: Signifying a documentation improvement..removal: Signifying a deprecation or removal of public API..misc: A ticket has been closed, but it is not of interest to users.