From 835b6465d923ac266eb3eca9f6d9f7682bc23091 Mon Sep 17 00:00:00 2001 From: timothy <53824764+jts8257@users.noreply.github.com> Date: Thu, 21 Nov 2024 04:24:08 +0900 Subject: [PATCH] =?utf8?q?=F0=9F=8C=90=20Add=20Korean=20translation=20for?= =?utf8?q?=20`docs/ko/docs/tutorial/query-param-models.md`=20(#12940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/ko/docs/tutorial/query-param-models.md | 68 +++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/ko/docs/tutorial/query-param-models.md 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 문ììì 매ê°ë³ì를 íì¸í ì ììµëë¤. + +