From dd093838ae27017e8b33ff8c9c5efbd00df21da5 Mon Sep 17 00:00:00 2001 From: Bbokkie-recipe Date: Sun, 20 Apr 2025 15:07:45 +0900 Subject: [PATCH 1/3] Create pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json --- ...ork-api-schema-generation-gyu-jin-cho.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json diff --git a/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json new file mode 100644 index 0000000..ebc45e6 --- /dev/null +++ b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json @@ -0,0 +1,25 @@ +{ + "copyright_text": null, + "description": "In this PyCon Korea 2024 session, Gyu-jin Cho presents \"Automated Python Web Framework API Schema Generation: The Long Way Around.\" Based on the Backend.AI project, this talk shares the technical challenges and implementation process of automating API documentation. It covers practical use cases and tools such as FastAPI and OpenAPI, illustrating how to build and manage automated API schemas effectively.", + "duration": 1849, + "language": "kor", + "recorded": "2024-10-27", + "related_urls": [ + { + "label": "PyCon Korea 2024 Session", + "url": "https://2024.pycon.kr/session" + } + ], + "speakers": [ + "Gyu-jin Cho" + ], + "tags": [], + "thumbnail_url": "https://i.ytimg.com/vi/RKj327mUbug/maxresdefault.jpg", + "title": "Automated Python Web Framework API Schema Generation", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=RKj327mUbug" + } + ] +} From b2c63004036bdc10f5bbb5dd78cb521d8ca442ad Mon Sep 17 00:00:00 2001 From: Bbokkie-recipe Date: Sun, 20 Apr 2025 15:22:25 +0900 Subject: [PATCH 2/3] Update pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json [Fix] related_url link --- ...-python-web-framework-api-schema-generation-gyu-jin-cho.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json index ebc45e6..a9f530c 100644 --- a/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json +++ b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json @@ -7,7 +7,7 @@ "related_urls": [ { "label": "PyCon Korea 2024 Session", - "url": "https://2024.pycon.kr/session" + "url": "https://2024.pycon.kr/session/DWF3RR#%EC%9E%90%EB%8F%99%ED%99%94%EB%90%9C-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EC%9B%B9-%ED%94%84%EB%A0%88%EC%9E%84%EC%9B%8C%ED%81%AC-API-Schema-%EC%A0%9C%EC%9E%91%EA%B8%B0-The-long-way-around" } ], "speakers": [ From 3870f272bbd432468126f5ddeabe5e6b29f57cc8 Mon Sep 17 00:00:00 2001 From: Bbokkie-recipe Date: Sun, 20 Apr 2025 17:46:55 +0900 Subject: [PATCH 3/3] Update pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json --- ...-python-web-framework-api-schema-generation-gyu-jin-cho.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json index a9f530c..844fc8e 100644 --- a/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json +++ b/pycon-kr-2024/videos/pycon-kr-2024-automated-python-web-framework-api-schema-generation-gyu-jin-cho.json @@ -6,7 +6,7 @@ "recorded": "2024-10-27", "related_urls": [ { - "label": "PyCon Korea 2024 Session", + "label": "Automated Python Web Framework API Schema Generation", "url": "https://2024.pycon.kr/session/DWF3RR#%EC%9E%90%EB%8F%99%ED%99%94%EB%90%9C-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%EC%9B%B9-%ED%94%84%EB%A0%88%EC%9E%84%EC%9B%8C%ED%81%AC-API-Schema-%EC%A0%9C%EC%9E%91%EA%B8%B0-The-long-way-around" } ],