Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 601 - 610 of 850 for tutoriel (0.05 seconds)

  1. .github/DISCUSSION_TEMPLATE/questions.yml

              required: true
            - label: I already searched in Google "How to X in FastAPI" and didn't find any information.
              required: true
            - label: I already read and followed all the tutorial in the docs and didn't find an answer.
              required: true
            - label: I already checked if it is not related to FastAPI but to [Pydantic](https://github.com/pydantic/pydantic).
              required: true
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Aug 03 15:59:41 GMT 2023
    - 5.8K bytes
    - Click Count (0)
  2. docs/de/docs/advanced/security/http-basic-auth.md

    Wenn Sie versuchen, die URL zum ersten Mal zu öffnen (oder in der Dokumentation auf den Button „Execute“ zu klicken), wird der Browser Sie nach Ihrem Benutzernamen und Passwort fragen:
    
    <img src="/img/tutorial/security/image12.png">
    
    ## Den Benutzernamen überprüfen { #check-the-username }
    
    Hier ist ein vollständigeres Beispiel.
    
    Verwenden Sie eine Abhängigkeit, um zu überprüfen, ob Benutzername und Passwort korrekt sind.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 6.1K bytes
    - Click Count (0)
  3. docs/uk/docs/advanced/path-operation-advanced-configuration.md

    {* ../../docs_src/path_operation_advanced_configuration/tutorial005_py310.py hl[6] *}
    
    Якщо ви відкриєте автоматичну документацію API, ваше розширення з’явиться внизу конкретної *операції шляху*.
    
    <img src="/img/tutorial/path-operation-advanced-configuration/image01.png">
    
    І якщо ви відкриєте згенерований OpenAPI (за адресою `/openapi.json` у вашому API), ви також побачите своє розширення як частину конкретної *операції шляху*:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  4. docs/en/data/topic_repos.yml

    - name: tavily-key-generator
      html_url: https://github.com/skernelx/tavily-key-generator
      stars: 1416
      owner_login: skernelx
      owner_html_url: https://github.com/skernelx
    - name: fastapi-tutorial
      html_url: https://github.com/liaogx/fastapi-tutorial
      stars: 1384
      owner_login: liaogx
      owner_html_url: https://github.com/liaogx
    - name: fastapi-code-generator
      html_url: https://github.com/koxudaxi/fastapi-code-generator
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 12:36:41 GMT 2026
    - 16K bytes
    - Click Count (0)
  5. docs/uk/docs/tutorial/query-params-str-validations.md

    ///
    
    Інтерактивна API-документація оновиться відповідно, дозволяючи передавати кілька значень:
    
    <img src="/img/tutorial/query-params-str-validations/image02.png">
    
    ### Список query параметрів / кілька значень за замовчуванням { #query-parameter-list-multiple-values-with-defaults }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 25.9K bytes
    - Click Count (0)
  6. docs/uk/docs/tutorial/response-model.md

    Коли ви дивитеся автоматичну документацію, ви можете перевірити, що вхідна модель і вихідна модель матимуть власну JSON Schema:
    
    <img src="/img/tutorial/response-model/image01.png">
    
    І обидві моделі будуть використані для інтерактивної документації API:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## Інші анотації типів повернення { #other-return-type-annotations }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 25.2K bytes
    - Click Count (0)
  7. docs/ru/docs/tutorial/response-model.md

    В автоматической документации вы увидите, что у входной и выходной моделей есть свои JSON Schema:
    
    <img src="/img/tutorial/response-model/image01.png">
    
    И обе модели будут использоваться в интерактивной документации API:
    
    <img src="/img/tutorial/response-model/image02.png">
    
    ## Другие аннотации возвращаемых типов { #other-return-type-annotations }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 25.5K bytes
    - Click Count (0)
  8. docs/ja/docs/tutorial/schema-extra-example.md

    ここでは、`Body()`で期待されるデータの例を1つ含む`examples`を渡します:
    
    {* ../../docs_src/schema_extra_example/tutorial003_an_py310.py hl[22:29] *}
    
    ### ドキュメントUIでの例 { #example-in-the-docs-ui }
    
    上記のいずれの方法でも、`/docs`の中では以下のようになります:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### 複数の`examples`を使う`Body` { #body-with-multiple-examples }
    
    もちろん、複数の`examples`を渡すこともできます:
    
    {* ../../docs_src/schema_extra_example/tutorial004_an_py310.py hl[23:38] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 10.5K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/python-types.md

    {* ../../docs_src/python_types/tutorial011_py310.py *}
    
    /// info | 資訊
    
    想了解更多 [Pydantic,請查看它的文件](https://docs.pydantic.dev/)。
    
    ///
    
    **FastAPI** 完全是以 Pydantic 為基礎。
    
    你會在[教學 - 使用者指南](tutorial/index.md)中看到更多實際範例。
    
    ## 含中繼資料的型別提示 { #type-hints-with-metadata-annotations }
    
    Python 也有一個功能,允許使用 `Annotated` 在這些型別提示中放入額外的<dfn title="關於資料的資料;在此情境下,是關於型別的資訊,例如描述。">中繼資料</dfn>。
    
    你可以從 `typing` 匯入 `Annotated`。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  10. docs/en/docs/index.md

    ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png)
    
    For a more complete example including more features, see the <a href="https://fastapi.tiangolo.com/tutorial/">Tutorial - User Guide</a>.
    
    **Spoiler alert**: the tutorial - user guide includes:
    
    * Declaration of **parameters** from other different places as: **headers**, **cookies**, **form fields** and **files**.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top