Browse Source
♻️ Update default API title from "Fast API" to "FastAPI" for consistency (#890)
pull/893/head
Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
110 changed files with
111 additions and
111 deletions
-
docs/tutorial/first-steps.md
-
fastapi/applications.py
-
tests/test_additional_properties.py
-
tests/test_additional_response_extra.py
-
tests/test_additional_responses_bad.py
-
tests/test_additional_responses_custom_validationerror.py
-
tests/test_additional_responses_default_validationerror.py
-
tests/test_additional_responses_response_class.py
-
tests/test_additional_responses_router.py
-
tests/test_application.py
-
tests/test_custom_route_class.py
-
tests/test_extra_routes.py
-
tests/test_filter_pydantic_sub_model.py
-
tests/test_modules_same_name_body/test_main.py
-
tests/test_multi_body_errors.py
-
tests/test_multi_query_errors.py
-
tests/test_put_no_body.py
-
tests/test_repeated_dependency_schema.py
-
tests/test_response_class_no_mediatype.py
-
tests/test_response_code_no_body.py
-
tests/test_security_api_key_cookie.py
-
tests/test_security_api_key_cookie_optional.py
-
tests/test_security_api_key_header.py
-
tests/test_security_api_key_header_optional.py
-
tests/test_security_api_key_query.py
-
tests/test_security_api_key_query_optional.py
-
tests/test_security_http_base.py
-
tests/test_security_http_base_optional.py
-
tests/test_security_http_basic_optional.py
-
tests/test_security_http_basic_realm.py
-
tests/test_security_http_bearer.py
-
tests/test_security_http_bearer_optional.py
-
tests/test_security_http_digest.py
-
tests/test_security_http_digest_optional.py
-
tests/test_security_oauth2.py
-
tests/test_security_oauth2_authorization_code_bearer.py
-
tests/test_security_oauth2_optional.py
-
tests/test_security_oauth2_password_bearer_optional.py
-
tests/test_security_openid_connect.py
-
tests/test_security_openid_connect_optional.py
-
tests/test_starlette_exception.py
-
tests/test_sub_callbacks.py
-
tests/test_tutorial/test_additional_responses/test_tutorial001.py
-
tests/test_tutorial/test_additional_responses/test_tutorial002.py
-
tests/test_tutorial/test_additional_responses/test_tutorial003.py
-
tests/test_tutorial/test_additional_responses/test_tutorial004.py
-
tests/test_tutorial/test_async_sql_databases/test_tutorial001.py
-
tests/test_tutorial/test_bigger_applications/test_main.py
-
tests/test_tutorial/test_body/test_tutorial001.py
-
tests/test_tutorial/test_body_fields/test_tutorial001.py
-
tests/test_tutorial/test_body_multiple_params/test_tutorial001.py
-
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py
-
tests/test_tutorial/test_body_nested_models/test_tutorial009.py
-
tests/test_tutorial/test_body_updates/test_tutorial001.py
-
tests/test_tutorial/test_cookie_params/test_tutorial001.py
-
tests/test_tutorial/test_custom_response/test_tutorial001.py
-
tests/test_tutorial/test_custom_response/test_tutorial004.py
-
tests/test_tutorial/test_dependencies/test_tutorial001.py
-
tests/test_tutorial/test_dependencies/test_tutorial004.py
-
tests/test_tutorial/test_dependencies/test_tutorial006.py
-
tests/test_tutorial/test_events/test_tutorial001.py
-
tests/test_tutorial/test_events/test_tutorial002.py
-
tests/test_tutorial/test_extra_data_types/test_tutorial001.py
-
tests/test_tutorial/test_extra_models/test_tutorial003.py
-
tests/test_tutorial/test_extra_models/test_tutorial004.py
-
tests/test_tutorial/test_extra_models/test_tutorial005.py
-
tests/test_tutorial/test_first_steps/test_tutorial001.py
-
tests/test_tutorial/test_handling_errors/test_tutorial001.py
-
tests/test_tutorial/test_handling_errors/test_tutorial002.py
-
tests/test_tutorial/test_handling_errors/test_tutorial003.py
-
tests/test_tutorial/test_handling_errors/test_tutorial004.py
-
tests/test_tutorial/test_handling_errors/test_tutorial005.py
-
tests/test_tutorial/test_handling_errors/test_tutorial006.py
-
tests/test_tutorial/test_header_params/test_tutorial001.py
-
tests/test_tutorial/test_openapi_callbacks/test_tutorial001.py
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial001.py
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial002.py
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial003.py
-
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py
-
tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py
-
tests/test_tutorial/test_path_operation_configurations/test_tutorial006.py
-
tests/test_tutorial/test_path_params/test_tutorial004.py
-
tests/test_tutorial/test_path_params/test_tutorial005.py
-
tests/test_tutorial/test_query_params/test_tutorial005.py
-
tests/test_tutorial/test_query_params/test_tutorial006.py
-
tests/test_tutorial/test_query_params/test_tutorial007.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial001.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial011.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial012.py
-
tests/test_tutorial/test_query_params_str_validations/test_tutorial013.py
-
tests/test_tutorial/test_request_files/test_tutorial001.py
-
tests/test_tutorial/test_request_files/test_tutorial002.py
-
tests/test_tutorial/test_request_forms/test_tutorial001.py
-
tests/test_tutorial/test_request_forms_and_files/test_tutorial001.py
-
tests/test_tutorial/test_response_model/test_tutorial003.py
-
tests/test_tutorial/test_response_model/test_tutorial004.py
-
tests/test_tutorial/test_response_model/test_tutorial005.py
-
tests/test_tutorial/test_response_model/test_tutorial006.py
-
tests/test_tutorial/test_security/test_tutorial001.py
-
tests/test_tutorial/test_security/test_tutorial003.py
|
|
@ -92,7 +92,7 @@ It will show a JSON starting with something like: |
|
|
|
{ |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": { |
|
|
|
"title": "Fast API", |
|
|
|
"title": "FastAPI", |
|
|
|
"version": "0.1.0" |
|
|
|
}, |
|
|
|
"paths": { |
|
|
|
|
|
@ -32,7 +32,7 @@ class FastAPI(Starlette): |
|
|
|
debug: bool = False, |
|
|
|
routes: List[BaseRoute] = None, |
|
|
|
template_directory: str = None, |
|
|
|
title: str = "Fast API", |
|
|
|
title: str = "FastAPI", |
|
|
|
description: str = "", |
|
|
|
version: str = "0.1.0", |
|
|
|
openapi_url: Optional[str] = "/openapi.json", |
|
|
|
|
|
@ -21,7 +21,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/foo": { |
|
|
|
"post": { |
|
|
|
|
|
@ -20,7 +20,7 @@ app.include_router(router) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -12,7 +12,7 @@ async def a(): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a": { |
|
|
|
"get": { |
|
|
|
|
|
@ -32,7 +32,7 @@ async def a(id): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a/{id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -11,7 +11,7 @@ async def a(id): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a/{id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -37,7 +37,7 @@ async def b(): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a": { |
|
|
|
"get": { |
|
|
|
|
|
@ -37,7 +37,7 @@ app.include_router(router) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/api_route": { |
|
|
|
"get": { |
|
|
|
|
|
@ -47,7 +47,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -52,7 +52,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -33,7 +33,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/model": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a/compute": { |
|
|
|
"post": { |
|
|
|
|
|
@ -23,7 +23,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -16,7 +16,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -14,7 +14,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"put": { |
|
|
|
|
|
@ -50,7 +50,7 @@ schema = { |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"openapi": "3.0.2", |
|
|
|
"paths": { |
|
|
|
"/": { |
|
|
|
|
|
@ -37,7 +37,7 @@ async def b(): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a": { |
|
|
|
"get": { |
|
|
|
|
|
@ -38,7 +38,7 @@ async def b(): |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/a": { |
|
|
|
"get": { |
|
|
|
|
|
@ -26,7 +26,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -33,7 +33,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -26,7 +26,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -32,7 +32,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -26,7 +26,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -32,7 +32,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -16,7 +16,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -22,7 +22,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -22,7 +22,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -19,7 +19,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -16,7 +16,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -22,7 +22,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -16,7 +16,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -22,7 +22,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -43,7 +43,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/login": { |
|
|
|
"post": { |
|
|
|
|
|
@ -20,7 +20,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -47,7 +47,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/login": { |
|
|
|
"post": { |
|
|
|
|
|
@ -20,7 +20,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -26,7 +26,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -32,7 +32,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/me": { |
|
|
|
"get": { |
|
|
|
|
|
@ -29,7 +29,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -62,7 +62,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/invoices/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -9,7 +9,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -9,7 +9,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -4,7 +4,7 @@ from async_sql_databases.tutorial001 import app |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/notes/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/users/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -17,7 +17,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"put": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"put": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"put": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/index-weights/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -4,7 +4,7 @@ from events.tutorial001 import app |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -4,7 +4,7 @@ from events.tutorial002 import app |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"put": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/keyword-weights/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items-header/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/unicorns/{name}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -8,7 +8,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/invoices/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": {}, |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/files/{file_path}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/model/{model_name}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -8,7 +8,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/files/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -8,7 +8,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/files/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/login/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -9,7 +9,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/files/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/user/": { |
|
|
|
"post": { |
|
|
|
|
|
@ -7,7 +7,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}/name": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/{item_id}/name": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/items/": { |
|
|
|
"get": { |
|
|
|
|
|
@ -6,7 +6,7 @@ client = TestClient(app) |
|
|
|
|
|
|
|
openapi_schema = { |
|
|
|
"openapi": "3.0.2", |
|
|
|
"info": {"title": "Fast API", "version": "0.1.0"}, |
|
|
|
"info": {"title": "FastAPI", "version": "0.1.0"}, |
|
|
|
"paths": { |
|
|
|
"/token": { |
|
|
|
"post": { |
|
|
|