Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 591 - 600 of 654 for images (0.04 seconds)

  1. docs/en/docs/advanced/openapi-callbacks.md

    You will see your docs including a "Callbacks" section for your *path operation* that shows how the *external API* should look like:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 7.7K bytes
    - Click Count (0)
  2. docs/pt/docs/advanced/openapi-callbacks.md

    Você verá sua documentação incluindo uma seção "Callbacks" para sua *operação de rota* que mostra como a *API externa* deveria ser:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  3. docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md

    ```
    
    ////
    
    ..就像:
    
    {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *}
    
    但是声明类型是被鼓励的,因为那样你的编辑器就会知道将传递什么作为参数 `commons` ,然后它可以帮助你完成代码,类型检查,等等:
    
    <img src="/img/tutorial/dependencies/image02.png">
    
    ## 快捷方式 { #shortcut }
    
    但是你可以看到,我们在这里有一些代码重复了,编写了`CommonQueryParams`两次:
    
    //// tab | Python 3.10+
    
    ```Python
    commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)]
    ```
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:37:57 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/security/first-steps.md

    ```
    
    </div>
    
    ## Перевірте { #check-it }
    
    Перейдіть до інтерактивної документації: [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs).
    
    Ви побачите щось подібне:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | Кнопка Authorize!
    
    У вас уже є нова блискуча кнопка «Authorize».
    
    А ваша *операція шляху* має маленький замок у правому верхньому куті, на який можна натиснути.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 12.6K bytes
    - Click Count (0)
  5. docs/zh/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(在你的 API 的 `/openapi.json`),你也会看到你的扩展作为该 *路径操作* 的一部分:
    
    ```JSON hl_lines="22"
    {
        "openapi": "3.1.0",
        "info": {
            "title": "FastAPI",
            "version": "0.1.0"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 6.7K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/dependencies/index.md

    Bu nedenle interaktif dokümanlar, bu dependency'lerden gelen tüm bilgileri de içerir:
    
    <img src="/img/tutorial/dependencies/image01.png">
    
    ## Basit Kullanım { #simple-usage }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/path-params.md

    Tarayıcınızı [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs) adresinde açtığınızda, aşağıdaki gibi otomatik ve interaktif bir API dokümantasyonu görürsünüz:
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | Ek bilgi
    
    Yine, sadece aynı Python tip tanımıyla **FastAPI** size otomatik ve interaktif dokümantasyon (Swagger UI entegrasyonuyla) sağlar.
    
    Dikkat edin: path parametresi integer olarak tanımlanmıştır.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 9.7K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/schema-extra-example.md

    ### Doküman arayüzünde örnek { #example-in-the-docs-ui }
    
    Yukarıdaki yöntemlerden herhangi biriyle `/docs` içinde şöyle görünür:
    
    <img src="/img/tutorial/body-fields/image01.png">
    
    ### Birden fazla `examples` ile `Body` { #body-with-multiple-examples }
    
    Elbette birden fazla `examples` da geçebilirsiniz:
    
    {* ../../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 07:53:17 GMT 2026
    - 9.6K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/dependencies/classes-as-dependencies.md

    ...다음과 같이요:
    
    {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *}
    
    하지만 타입을 선언하는 것을 권장합니다. 그러면 에디터가 매개변수 `commons`에 무엇이 전달되는지 알 수 있고, 코드 완성, 타입 체크 등에서 도움을 받을 수 있습니다:
    
    <img src="/img/tutorial/dependencies/image02.png">
    
    ## 단축 { #shortcut }
    
    하지만 `CommonQueryParams`를 두 번 작성하는 코드 반복이 있다는 것을 볼 수 있습니다:
    
    //// tab | Python 3.10+
    
    ```Python
    commons: Annotated[CommonQueryParams, Depends(CommonQueryParams)]
    ```
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:57:01 GMT 2026
    - 8K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/openapi-callbacks.md

    Vous verrez votre documentation incluant une section « Callbacks » pour votre *chemin d'accès* qui montre à quoi l’*API externe* devrait ressembler :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8.7K bytes
    - Click Count (0)
Back to Top