Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 233 for UI (0.02 sec)

  1. docs/pt/docs/tutorial/body.md

    Enviar um corpo em uma requisição `GET` não tem um comportamento definido nas especificações, porém é suportado pelo FastAPI, apenas para casos de uso bem complexos/extremos.
    
    Como é desencorajado, a documentação interativa com Swagger UI não irá mostrar a documentação para o corpo da requisição para um `GET`, e proxies que intermediarem podem não suportar o corpo da requisição.
    
    ///
    
    ## Importe o `BaseModel` do Pydantic
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * ⬆ Upgrade Swagger UI - swagger-ui-dist@4. This handles a security issue in Swagger UI itself where it could be possible to inject HTML into Swagger UI. Please upgrade as soon as you can, in particular if you expose your Swagger UI (`/docs`) publicly to non-expert users. PR [#4347](https://github.com/tiangolo/fastapi/pull/4347) by [@RAlanWright](https://github.com/RAlanWright)....
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. compat/maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/vertx-http/deployment-spi/pom.xml
    	quarkus/extensions/mutiny/deployment/pom.xml
    	quarkus/extensions/kubernetes/spi/pom.xml
    	quarkus/extensions/vertx-http/dev-ui-spi/pom.xml
    	quarkus/extensions/vertx-http/dev-ui-resources/pom.xml
    	quarkus/independent-projects/qute/core/pom.xml
    	quarkus/extensions/security/deployment/pom.xml
    	quarkus/extensions/security/test-utils/pom.xml
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 224K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/metadata.md

    {!../../docs_src/metadata/tutorial002.py!}
    ```
    
    OpenAPI 구조를 완전히 비활성화하려면 `openapi_url=None`으로 설정할 수 있으며, 이를 사용하여 문서화 사용자 인터페이스도 비활성화됩니다.
    
    ## 문서화 URL
    
    포함된 두 가지 문서화 사용자 인터페이스를 설정할 수 있습니다:
    
    * **Swagger UI**: `/docs`에서 제공됩니다.
        * `docs_url` 매개변수로 URL을 설정할 수 있습니다.
        * `docs_url=None`으로 설정하여 비활성화할 수 있습니다.
    * **ReDoc**: `/redoc`에서 제공됩니다.
        * `redoc_url` 매개변수로 URL을 설정할 수 있습니다.
        * `redoc_url=None`으로 설정하여 비활성화할 수 있습니다.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Oct 29 10:36:06 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | "확인"
    
    그저 파이썬 타입 선언을 하기만 하면 **FastAPI**는 자동 대화형 API 문서(Swagger UI)를 제공합니다.
    
    경로 매개변수가 정수형으로 명시된 것을 확인할 수 있습니다.
    
    ///
    
    ## 표준 기반의 이점, 대체 문서
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.2.md

    interacting with the system. Note: the GUI is enabled by default in 1.2 clusters.
    
    <img src="docs/images/newgui.png" width="" alt="Dashboard UI screenshot showing cards that represent applications that run inside a cluster" title="Dashboard UI apps screen">
    
    ### Other notable improvements
    
      * Job was Beta in 1.1 and is GA in 1.2 .
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image01.png">
    
    /// check
    
    Again, just with that same Python type declaration, **FastAPI** gives you automatic, interactive documentation (integrating Swagger UI).
    
    Notice that the path parameter is declared to be an integer.
    
    ///
    
    ## Standards-based benefits, alternative documentation
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. docs/es/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | Revisa
    
    Nuevamente, con la misma declaración de tipo de Python, **FastAPI** te da documentación automática e interactiva (integrándose con Swagger UI)
    
    Observa que el parámetro de path está declarado como un integer.
    
    ///
    
    ## Beneficios basados en estándares, documentación alternativa
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. docs/tr/docs/tutorial/path-params.md

    <img src="/img/tutorial/path-params/image01.png">
    
    /// check | "Ek bilgi"
    
    Üstelik, sadece aynı Python tip tanımlaması ile, **FastAPI** size otomatik ve interaktif (Swagger UI ile entegre) bir dokümantasyon sağlar.
    
    Dikkatinizi çekerim ki, yol parametresi integer olarak tanımlanmıştır.
    
    ///
    
    ## Standartlara Dayalı Avantajlar, Alternatif Dokümantasyon
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/common/extensions.kt

    import jetbrains.buildServer.configs.kotlin.failureConditions.BuildFailureOnText
    import jetbrains.buildServer.configs.kotlin.failureConditions.failOnText
    import jetbrains.buildServer.configs.kotlin.ui.add
    import java.util.Locale
    
    const val pluginPortalUrlOverride = "-Dorg.gradle.internal.plugins.portal.url.override=%gradle.plugins.portal.url%"
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 10 03:25:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top