Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 239 for tutoriel (0.05 sec)

  1. docs/ru/docs/advanced/generate-clients.md

    Теперь вы можете импортировать и использовать клиентский код. Это может выглядеть так, обратите внимание, что вы получаете автозавершение для методoв:
    
    <img src="/img/tutorial/generate-clients/image02.png">
    
    Вы также получите автозавершение для отправляемой полезной нагрузки:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    /// tip | Совет
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/generate-clients.md

    Now you can import and use the client code. It could look like this, notice that you get autocompletion for the methods:
    
    <img src="/img/tutorial/generate-clients/image02.png">
    
    You will also get autocompletion for the payload to send:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    /// tip
    
    Notice the autocompletion for `name` and `price`, that was defined in the FastAPI application, in the `Item` model.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.1K bytes
    - Viewed (1)
  3. docs/es/docs/advanced/generate-clients.md

    Ahora puedes importar y usar el código del cliente. Podría verse así, nota que tienes autocompletado para los métodos:
    
    <img src="/img/tutorial/generate-clients/image02.png">
    
    También obtendrás autocompletado para el payload a enviar:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    /// tip | Consejo
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  4. docs/es/docs/how-to/general.md

    ## Convertir cualquier Dato a Compatible con JSON { #convert-any-data-to-json-compatible }
    
    Para convertir cualquier dato a compatible con JSON, lee la documentación para [Tutorial - Codificador Compatible con JSON](../tutorial/encoder.md){.internal-link target=_blank}.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. docs/en/mkdocs.yml

        - tutorial/schema-extra-example.md
        - tutorial/extra-data-types.md
        - tutorial/cookie-params.md
        - tutorial/header-params.md
        - tutorial/cookie-param-models.md
        - tutorial/header-param-models.md
        - tutorial/response-model.md
        - tutorial/extra-models.md
        - tutorial/response-status-code.md
        - tutorial/request-forms.md
        - tutorial/request-form-models.md
        - tutorial/request-files.md
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:44:55 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  6. docs/de/docs/advanced/generate-clients.md

    <img src="/img/tutorial/generate-clients/image02.png">
    
    Sie werden auch eine automatische Vervollständigung für die zu sendende Payload erhalten:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    /// tip | Tipp
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 11.7K bytes
    - Viewed (0)
  7. docs/pt/docs/advanced/generate-clients.md

    Agora você pode importar e usar o código do cliente. Poderia ser assim, observe que você obtém preenchimento automático para os métodos:
    
    <img src="/img/tutorial/generate-clients/image02.png">
    
    Você também obterá preenchimento automático para o corpo a ser enviado:
    
    <img src="/img/tutorial/generate-clients/image03.png">
    
    /// tip | Dica
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  8. docs/es/docs/advanced/index.md

    Y es posible que para tu caso de uso, la solución esté en una de ellas.
    
    ///
    
    ## Lee primero el Tutorial { #read-the-tutorial-first }
    
    Aún podrías usar la mayoría de las funcionalidades en **FastAPI** con el conocimiento del [Tutorial - Guía del usuario](../tutorial/index.md){.internal-link target=_blank} principal.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 913 bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

    * 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-model.md`. PR [#13792](https://github.com/fastapi/fastapi/pull/13792) by [@valentinDruzhinin](https://github.com/valentinDruzhinin).
    * 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/security/index.md`. PR [#13805](https://github.com/fastapi/fastapi/pull/13805) by [@valentinDruzhinin](https://github.com/valentinDruzhinin).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  10. docs/es/docs/how-to/testing-database.md

    Hay un mini <a href="https://sqlmodel.tiangolo.com/tutorial/fastapi/" class="external-link" target="_blank">tutorial sobre el uso de SQLModel con FastAPI</a>. ✨
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 578 bytes
    - Viewed (0)
Back to top