fastapi/docs/src/path_params
Sebastián Ramírez bd407cc4ed
Refactor param extraction using Pydantic Field (#278)
*  Refactor parameter dependency using Pydantic Field

* ⬆️ Upgrade required Pydantic version with latest Shape values

*  Add tutorials and code for using Enum and Optional

*  Add tests for tutorials with new types and extra cases

* ♻️ Format, clean, and add annotations to dependencies.utils

* 📝 Update tutorial for query parameters with list defaults

*  Add tests for query param with list default
2019-05-30 17:40:43 +04:00
..
tutorial001.py 📝 Move tutorial src files to top level docs 2018-12-21 16:22:33 +04:00
tutorial002.py 📝 Move tutorial src files to top level docs 2018-12-21 16:22:33 +04:00
tutorial003.py 📝 Add note about path declaration order 2019-02-16 19:23:42 +04:00
tutorial004.py 🐛 Fix path in path parameters (#272) 2019-05-29 13:34:46 +04:00
tutorial005.py Refactor param extraction using Pydantic Field (#278) 2019-05-30 17:40:43 +04:00