Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 318 for tutorials (0.18 sec)

  1. docs/en/docs/tutorial/body.md

    The JSON Schemas of your models will be part of your OpenAPI generated schema, and will be shown in the interactive API docs:
    
    <img src="/img/tutorial/body/image01.png">
    
    And will be also used in the API docs inside each *path operation* that needs them:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## Editor support
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 7.3K bytes
    - Viewed (0)
  2. docs/de/docs/advanced/websockets.md

    Sie sehen eine einfache Seite wie:
    
    <img src="/img/tutorial/websockets/image01.png">
    
    Sie können Nachrichten in das Eingabefeld tippen und absenden:
    
    <img src="/img/tutorial/websockets/image02.png">
    
    Und Ihre **FastAPI**-Anwendung mit WebSockets antwortet:
    
    <img src="/img/tutorial/websockets/image03.png">
    
    Sie können viele Nachrichten senden (und empfangen):
    
    <img src="/img/tutorial/websockets/image04.png">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:17:58 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  3. docs/ko/docs/tutorial/path-operation-configuration.md

    <img src="/img/tutorial/path-operation-configuration/image03.png">
    
    ## 단일 *경로 작동* 지원중단
    
    단일 *경로 작동*을 없애지 않고 <abbr title="구식, 사용하지 않는것이 권장됨">지원중단</abbr>을 해야한다면, `deprecated` 매개변수를 전달하면 됩니다.
    
    ```Python hl_lines="16"
    {!../../../docs_src/path_operation_configuration/tutorial006.py!}
    ```
    
    대화형 문서에 지원중단이라고 표시됩니다.
    
    <img src="/img/tutorial/path-operation-configuration/image04.png">
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Feb 11 13:48:31 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  4. fastapi/background.py

        """
        A collection of background tasks that will be called after a response has been
        sent to the client.
    
        Read more about it in the
        [FastAPI docs for Background Tasks](https://fastapi.tiangolo.com/tutorial/background-tasks/).
    
        ## Example
    
        ```python
        from fastapi import BackgroundTasks, FastAPI
    
        app = FastAPI()
    
    
        def write_notification(email: str, message=""):
    Python
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 02:48:51 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  5. docs/zh/docs/tutorial/body.md

    Pydantic 模型的 JSON 概图是 OpenAPI 生成的概图部件,可在 API 文档中显示:
    
    <img src="/img/tutorial/body/image01.png">
    
    而且,还会用于 API 文档中使用了概图的*路径操作*:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## 编辑器支持
    
    在编辑器中,函数内部均可使用类型提示、代码补全(如果接收的不是 Pydantic 模型,而是**字典**,就没有这样的支持):
    
    <img src="/img/tutorial/body/image03.png">
    
    还支持检查错误的类型操作:
    
    <img src="/img/tutorial/body/image04.png">
    
    这并非偶然,整个 **FastAPI** 框架都是围绕这种思路精心设计的。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  6. docs/uk/docs/tutorial/body.md

    Схеми JSON ваших моделей будуть частиною вашої схеми, згенерованої OpenAPI, і будуть показані в інтерактивній API документації:
    
    <img src="/img/tutorial/body/image01.png">
    
    А також використовуватимуться в API документації всередині кожної *операції шляху*, якій вони потрібні:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## Підтримка редактора
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 11.2K bytes
    - Viewed (0)
  7. docs/em/docs/advanced/index.md

    # 🏧 👩‍💻 🦮
    
    ## 🌖 ⚒
    
    👑 [🔰 - 👩‍💻 🦮](../tutorial/index.md){.internal-link target=_blank} 🔜 🥃 🤝 👆 🎫 🔘 🌐 👑 ⚒ **FastAPI**.
    
    ⏭ 📄 👆 🔜 👀 🎏 🎛, 📳, &amp; 🌖 ⚒.
    
    !!! tip
        ⏭ 📄 **🚫 🎯 "🏧"**.
    
         &amp; ⚫️ 💪 👈 👆 ⚙️ 💼, ⚗ 1️⃣ 👫.
    
    ## ✍ 🔰 🥇
    
    👆 💪 ⚙️ 🏆 ⚒ **FastAPI** ⏮️ 💡 ⚪️➡️ 👑 [🔰 - 👩‍💻 🦮](../tutorial/index.md){.internal-link target=_blank}.
    
    &amp; ⏭ 📄 🤔 👆 ⏪ ✍ ⚫️, &amp; 🤔 👈 👆 💭 👈 👑 💭.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 928 bytes
    - Viewed (0)
  8. docs/ko/docs/advanced/index.md

    # 심화 사용자 안내서 - 도입부
    
    ## 추가 기능
    
    메인 [자습서 - 사용자 안내서](../tutorial/index.md){.internal-link target=_blank}는 여러분이 **FastAPI**의 모든 주요 기능을 둘러보시기에 충분할 것입니다.
    
    이어지는 장에서는 여러분이 다른 옵션, 구성 및 추가 기능을 보실 수 있습니다.
    
    !!! tip "팁"
        다음 장들이 **반드시 "심화"**인 것은 아닙니다.
    
        그리고 여러분의 사용 사례에 대한 해결책이 그중 하나에 있을 수 있습니다.
    
    ## 자습서를 먼저 읽으십시오
    
    여러분은 메인 [자습서 - 사용자 안내서](../tutorial/index.md){.internal-link target=_blank}의 지식으로 **FastAPI**의 대부분의 기능을 사용하실 수 있습니다.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 1.4K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/generate-clients.md

    <img src="/img/tutorial/generate-clients/image02.png">
    
    Sie erhalten außerdem automatische Vervollständigung für die zu sendende Payload:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    !!! tip "Tipp"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Apr 03 03:42:11 GMT 2024
    - 12K bytes
    - Viewed (0)
  10. docs/ja/docs/tutorial/path-operation-configuration.md

    {!../../../docs_src/path_operation_configuration/tutorial006.py!}
    ```
    
    対話的ドキュメントでは非推奨と明記されます:
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/path-operation-configuration/image04.png">
    
    *path operations*が非推奨である場合とそうでない場合でどのように見えるかを確認してください:
    
    <img src="https://fastapi.tiangolo.com/img/tutorial/path-operation-configuration/image05.png">
    
    ## まとめ
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Apr 02 04:38:26 GMT 2024
    - 4.3K bytes
    - Viewed (0)
Back to top