fastapi/docs_src
Sebastián Ramírez 1bf55200a9
Add support for declaring `UploadFile` parameters without explicit `File()` (#4469)
2022-01-23 19:14:13 +00:00
..
additional_responses 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
additional_status_codes 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
advanced_middleware Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
app_testing Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
async_sql_databases Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
async_tests Add support for Trio via AnyIO (#3372) 2021-10-06 17:32:11 +02:00
background_tasks Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
behind_a_proxy Auto-generate OpenAPI servers from root_path (#1596) 2020-07-10 19:28:18 +02:00
bigger_applications Add support for shared/top-level parameters (dependencies, tags, etc) (#2434) 2020-11-29 18:32:18 +01:00
body Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
body_fields Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
body_multiple_params Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
body_nested_models Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
body_updates Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
conditional_openapi Allow disabling docs UIs by disabling OpenAPI (#1421) 2020-05-16 17:45:12 +02:00
cookie_params Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
cors Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
custom_request_and_route Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
custom_response 🔧 Configure strict pytest options and update/refactor tests (#2790) 2021-07-19 21:14:58 +02:00
dataclasses Add support for `dataclasses` in request bodies and `response_model` (#3577) 2021-07-21 19:54:08 +02:00
debugging Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
dependencies Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
dependency_testing 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
encoder Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
events Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
extending_openapi Enable configuring Swagger UI parameters (#2568) 2022-01-16 20:26:24 +01:00
extra_data_types Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
extra_models Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
first_steps Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
graphql 📝 Update GraphQL docs, recommend Strawberry (#3981) 2021-10-03 20:00:28 +02:00
handling_errors 🔊 Fix empty log message in docs example about raised exceptions (#1815) 2020-08-09 13:10:33 +02:00
header_params Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
metadata Add additonal OpenAPI metadata parameters to `FastAPI` class, shown on the automatic API docs UI (#1812) 2021-07-29 17:10:22 +02:00
middleware Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
nosql_databases ⬆ Upgrade isort to version 5.x.x (#1670) 2020-07-09 20:06:12 +02:00
openapi_callbacks Improve type annotations, add support for mypy --strict, internally and for external packages (#2547) 2020-12-20 19:50:00 +01:00
path_operation_advanced_configuration Add support for extensions and updates to the OpenAPI schema in path operations (#1922) 2021-07-29 22:01:13 +02:00
path_operation_configuration Add support for tags with Enums (#4468) 2022-01-23 18:43:04 +01:00
path_params 📝 Fix code consistency in examples for Tutorial - User Guide - Path Parameters (#2158) 2020-11-05 23:30:09 +01:00
path_params_numeric_validations Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
python_types 📝 Update Python Types docs, add missing 3.6 / 3.9 example (#4434) 2022-01-16 15:44:08 +01:00
query_params Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
query_params_str_validations Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters (#3144) 2022-01-23 16:54:59 +01:00
request_files Add support for declaring `UploadFile` parameters without explicit `File()` (#4469) 2022-01-23 19:14:13 +00:00
request_forms 📝 Remove *, from functions where it's not needed #1234 (#1239) 2020-06-12 21:41:44 +02:00
request_forms_and_files Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_change_status_code Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_cookies Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_directly 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
response_headers Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
response_model Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
response_status_code Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
schema_extra_example Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
security Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
settings Add the `docs_src` directory to test coverage and update tests (#1904) 2021-07-29 11:26:07 +02:00
sql_databases Add docs and tests for Python 3.9 and Python 3.10 (#3712) 2022-01-07 15:11:31 +01:00
sql_databases_peewee 📝 Use Optional in docs (#1644) 2020-06-28 20:13:30 +02:00
static_files Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
sub_applications Add support for ASGI root_path for openapi docs (#1199) 2020-06-11 23:53:19 +02:00
templates 📝 Add HTML media type to template docs (#1690) 2020-08-03 09:53:56 +02:00
using_request_directly Add support for docs translations (#1168) 2020-03-26 20:09:53 +01:00
websockets Export WebSocketDisconnect and add example handling disconnections to docs (#1822) 2020-08-09 15:52:19 +02:00
wsgi 🏁 Update Windows development environment and tests (#1179) 2020-03-29 17:04:04 +02:00