Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for interactiva (1.18 sec)

  1. docs/es/docs/tutorial/security/index.md

    **FastAPI** se basa en **OpenAPI**.
    
    Eso es lo que hace posible tener múltiples interfaces de documentación interactiva automática, generación de código, etc.
    
    OpenAPI tiene una forma de definir múltiples "esquemas" de seguridad.
    
    Al usarlos, puedes aprovechar todas estas herramientas basadas en estándares, incluidos estos sistemas de documentación interactiva.
    
    OpenAPI define los siguientes esquemas de seguridad:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/body.md

    Enviar un body con un request `GET` tiene un comportamiento indefinido en las especificaciones, no obstante, es soportado por FastAPI, solo para casos de uso muy complejos/extremos.
    
    Como no se recomienda, la documentación interactiva con Swagger UI no mostrará la documentación para el body cuando se usa `GET`, y los proxies intermedios podrían no soportarlo.
    
    ///
    
    ## Importar `BaseModel` de Pydantic
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. docs/es/docs/tutorial/path-operation-configuration.md

    {* ../../docs_src/path_operation_configuration/tutorial004_py310.py hl[17:25] *}
    
    Será usado en la documentación interactiva:
    
    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## Descripción del Response
    
    Puedes especificar la descripción del response con el parámetro `response_description`:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 4K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/path-params.md

    Esto es increíblemente útil mientras desarrollas y depuras código que interactúa con tu API.
    
    ///
    
    ## Documentación
    
    Y cuando abras tu navegador en <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>, verás una documentación de API automática e interactiva como:
    
    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | Revisa
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  5. docs/es/docs/tutorial/dependencies/index.md

    ///
    
    ## Integración con OpenAPI
    
    Todas las declaraciones de request, validaciones y requisitos de tus dependencias (y sub-dependencias) se integrarán en el mismo esquema de OpenAPI.
    
    Así, la documentación interactiva tendrá toda la información de estas dependencias también:
    
    <img src="/img/tutorial/dependencies/image01.png">
    
    ## Uso simple
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/security/first-steps.md

    ```console
    $ fastapi dev main.py
    
    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    ## Revisa
    
    Ve a la documentación interactiva en: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    Verás algo así:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | ¡Botón de autorización!
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  7. docs/pt/docs/tutorial/security/index.md

    **FastAPI** é baseado no **OpenAPI**.
    
    Isso é o que torna possível ter múltiplas automações interativas de interfaces de documentação, geração de código, etc.
    
    OpenAPI tem uma forma para definir múltiplos “esquemas” de segurança.
    
    Por usá-los, você pode ter vantagens de todas essas ferramentas baseadas nos padrões, incluindo os sistemas de documentação interativa.
    
    OpenAPI define os seguintes esquemas de segurança:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  8. docs/en/docs/features.md

    ### Automatic docs { #automatic-docs }
    
    Interactive API documentation and exploration web user interfaces. As the framework is based on OpenAPI, there are multiple options, 2 included by default.
    
    * <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank"><strong>Swagger UI</strong></a>, with interactive exploration, call and test your API directly from the browser.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  9. CODE_OF_CONDUCT.md

    **Community Impact**: A serious violation of community standards, including
    sustained inappropriate behavior.
    
    **Consequence**: A temporary ban from any interaction or public
    communication with the community for a specified period. No public or
    private interaction with the people involved, including unsolicited interaction
    with those enforcing the Code of Conduct, is allowed during this period.
    Violating these terms may lead to a permanent ban.
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Thu Oct 17 06:18:13 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvnsh/package-info.java

    /**
     * Provides the API for the Maven Shell tool ({@code mvnsh}).
     *
     * <p>This package contains interfaces and classes for the interactive Maven shell,
     * which provides a command-line interface for executing Maven commands and
     * managing build environments.</p>
     *
     * <p>Key features include:</p>
     * <ul>
     *   <li>Interactive command-line interface</li>
     *   <li>Command history and completion</li>
     *   <li>Built-in shell commands</li>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Mar 04 14:17:18 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top