From: timothy <53824764+jts8257@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:24:08 +0000 (+0900) Subject: 🌐 Add Korean translation for `docs/ko/docs/tutorial/query-param-models.md` (#12940) X-Git-Tag: 0.115.6~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=835b6465d923ac266eb3eca9f6d9f7682bc23091;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add Korean translation for `docs/ko/docs/tutorial/query-param-models.md` (#12940) --- diff --git a/docs/ko/docs/tutorial/query-param-models.md b/docs/ko/docs/tutorial/query-param-models.md new file mode 100644 index 0000000000..2ca65a3319 --- /dev/null +++ b/docs/ko/docs/tutorial/query-param-models.md @@ -0,0 +1,68 @@ +# 쿼리 매ê°ë³ì ëª¨ë¸ + +ì°ê´ë 쿼리 **매ê°ë³ì** ê·¸ë£¹ì´ ìë¤ë©´ **Pydantic 모ë¸** ì ì¬ì©í´ ì ì¸í ì ììµëë¤. + +ì´ë ê² íë©´ **ì¬ë¬ ê³³**ìì **모ë¸ì ì¬ì¬ì©**í ì ìì ë¿ë§ ìëë¼, 매ê°ë³ìì ëí ê²ì¦ ë° ë©íë°ì´í°ë í ë²ì ì ì¸í ì ììµëë¤. ð + +/// note | ì°¸ê³ + +ì´ ê¸°ë¥ì FastAPI ë²ì `0.115.0`ë¶í° ì ê³µë©ëë¤. ð¤ + +/// + +## 쿼리 매ê°ë³ìì Pydantic ëª¨ë¸ + +íìí **쿼리 매ê°ë³ì**를 **Pydantic 모ë¸** ìì ì ì¸í ë¤ì, 모ë¸ì `Query`ë¡ ì ì¸í©ëë¤. + +{* ../../docs_src/query_param_models/tutorial001_an_py310.py hl[9:13,17] *} + +**FastAPI**ë ìì²ì **쿼리 매ê°ë³ì**ìì **ê° íë**ì ë°ì´í°ë¥¼ **ì¶ì¶**í´ ì ìí Pydantic 모ë¸ë¡ ì ê³µí©ëë¤. + +## 문ì íì¸í기 + +`/docs` ê²½ë¡ì API 문ììì 매ê°ë³ì를 íì¸í ì ììµëë¤. + +