fastapi/docs/img/tutorial
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
..
additional-responses Add/refactor addditional responses, tests, docs 2019-04-05 13:54:00 +04:00
application-configuration 📝 Add docs for application configuration (OpenAPI) 2019-03-21 18:08:10 +04:00
async-sql-databases Add docs and tests for encode/databases (#107) 2019-03-25 22:17:31 +04:00
bigger-applications Add/refactor addditional responses, tests, docs 2019-04-05 13:54:00 +04:00
body 📝 Add request body tutorial 2018-12-14 15:30:43 +04:00
body-nested-models 📝 Add tutorial for body nested models 2018-12-14 20:35:36 +04:00
body-schema 📝 Add screenshot to body-schema tutorial 2019-01-10 20:52:06 +04:00
custom-response 📝 Add docs for custom response 2018-12-15 15:20:22 +04:00
debugging 📝 Add docs for debugging 2019-03-02 17:40:01 +04:00
dependencies 📝 Add example screenshot for dependencies 2018-12-23 21:29:59 +04:00
extending-openapi Add docs/tests extending OpenAPI (#126) 2019-03-30 19:53:44 +04:00
graphql Add docs for GraphQL (#48) 2019-02-20 21:58:26 +04:00
path-operation-configuration Upgrade docstring Markdown parsing (#163) 2019-04-16 22:49:18 +04:00
path-params Refactor param extraction using Pydantic Field (#278) 2019-05-30 17:40:43 +04:00
query-params-str-validations Multi-value query parameters and duplicate headers (#95) 2019-03-22 21:47:54 +04:00
response-model 📝 Add docs for response_model 2018-12-14 21:35:19 +04:00
response-status-code 📝 Add docs for response status codes 2019-01-14 17:30:55 +04:00
security Use 401 with WWW-Authenticate for OAuth2 and add scope_str (#188) 2019-04-27 17:00:56 +04:00
sql-databases 📝 Add note about DB Browser for SQLite in SQL docs 2019-02-12 23:31:18 +04:00
sub-applications Add Open API prefix route - correct docs behind reverse proxy (#26) 2019-02-14 22:57:49 +04:00
websockets Add docs for WebSockets (#62) 2019-03-02 21:45:15 +04:00