Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 111 - 120 of 273 for tangelo (0.07 seconds)

  1. docs/uk/docs/translation-banner.md

    Можливі помилки через неправильне розуміння початкового змісту або неприродні формулювання тощо. 🤖
    
    Ви можете покращити цей переклад, [допомігши нам краще спрямовувати AI LLM](https://fastapi.tiangolo.com/uk/contributing/#translations).
    
    [Англійська версія](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:43:14 GMT 2026
    - 601 bytes
    - Click Count (0)
  2. docs/es/docs/features.md

    ![Interacción Swagger UI](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
    
    * Documentación alternativa de API con [**ReDoc**](https://github.com/Rebilly/ReDoc).
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)
    
    ### Solo Python moderno { #just-modern-python }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  3. docs_src/metadata/tutorial004_py310.py

        {
            "name": "items",
            "description": "Manage items. So _fancy_ they have their own docs.",
            "externalDocs": {
                "description": "Items external docs",
                "url": "https://fastapi.tiangolo.com/",
            },
        },
    ]
    
    app = FastAPI(openapi_tags=tags_metadata)
    
    
    @app.get("/users/", tags=["users"])
    async def get_users():
        return [{"name": "Harry"}, {"name": "Ron"}]
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 693 bytes
    - Click Count (0)
  4. docs/de/docs/features.md

    ![Swagger UI Interaktion](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png)
    
    * Alternative API-Dokumentation mit [**ReDoc**](https://github.com/Rebilly/ReDoc).
    
    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png)
    
    ### Nur modernes Python { #just-modern-python }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  5. docs/en/docs/_llm-test.md

    * [External link](https://sqlmodel.tiangolo.com/)
    * [Link to a style](https://fastapi.tiangolo.com/css/styles.css)
    * [Link to a script](https://fastapi.tiangolo.com/js/logic.js)
    * [Link to an image](https://fastapi.tiangolo.com/img/foo.jpg)
    
    The link text should get translated, the link address should point to the translation:
    
    * [FastAPI link](https://fastapi.tiangolo.com/)
    
    ////
    
    //// tab | Info
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/_llm-test.md

    * [連結到上方標題](#code-snippets)
    * [內部連結](index.md#installation)
    * [外部連結](https://sqlmodel.tiangolo.com/)
    * [連結到樣式](https://fastapi.tiangolo.com/css/styles.css)
    * [連結到腳本](https://fastapi.tiangolo.com/js/logic.js)
    * [連結到圖片](https://fastapi.tiangolo.com/img/foo.jpg)
    
    連結文字應被翻譯,連結位址應指向對應的翻譯版本:
    
    * [FastAPI 連結](https://fastapi.tiangolo.com/zh-hant/)
    
    ////
    
    //// tab | 資訊
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10K bytes
    - Click Count (0)
  7. docs_src/extending_openapi/tutorial001_py310.py

            description="Here's a longer description of the custom **OpenAPI** schema",
            routes=app.routes,
        )
        openapi_schema["info"]["x-logo"] = {
            "url": "https://fastapi.tiangolo.com/img/logo-margin/logo-teal.png"
        }
        app.openapi_schema = openapi_schema
        return app.openapi_schema
    
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 737 bytes
    - Click Count (0)
  8. docs/es/docs/translation-banner.md

    Esta traducción fue hecha por IA guiada por humanos. 🤝
    
    Podría tener errores al interpretar el significado original, o sonar poco natural, etc. 🤖
    
    Puedes mejorar esta traducción [ayudándonos a guiar mejor al LLM de IA](https://fastapi.tiangolo.com/es/contributing/#translations).
    
    [Versión en inglés](ENGLISH_VERSION_URL)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 388 bytes
    - Click Count (0)
  9. docs/zh/docs/alternatives.md

    使用它促成了若干 Flask 全栈脚手架的诞生。以下是我(以及若干外部团队)至今使用的主要技术栈:
    
    * [https://github.com/tiangolo/full-stack](https://github.com/tiangolo/full-stack)
    * [https://github.com/tiangolo/full-stack-flask-couchbase](https://github.com/tiangolo/full-stack-flask-couchbase)
    * [https://github.com/tiangolo/full-stack-flask-couchdb](https://github.com/tiangolo/full-stack-flask-couchdb)
    
    这些全栈脚手架也成为了[**FastAPI** 项目脚手架](project-generation.md)的基础。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 20.1K bytes
    - Click Count (0)
  10. docs/es/docs/_llm-test.md

    * [Enlace externo](https://sqlmodel.tiangolo.com/)
    * [Enlace a un estilo](https://fastapi.tiangolo.com/css/styles.css)
    * [Enlace a un script](https://fastapi.tiangolo.com/js/logic.js)
    * [Enlace a una imagen](https://fastapi.tiangolo.com/img/foo.jpg)
    
    El texto del enlace debe traducirse, la dirección del enlace debe apuntar a la traducción:
    
    * [Enlace a FastAPI](https://fastapi.tiangolo.com/es/)
    
    ////
    
    //// tab | Info
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 12.2K bytes
    - Click Count (0)
Back to Top