Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 137 of 137 for truedoc (0.05 seconds)

  1. docs/fr/docs/alternatives.md

    Intégrer des outils d'interface utilisateur basés sur des normes :
    
    * [Swagger UI](https://github.com/swagger-api/swagger-ui)
    * [ReDoc](https://github.com/Rebilly/ReDoc)
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 26.6K bytes
    - Click Count (0)
  2. docs/en/data/translation_reviewers.yml

      url: https://github.com/LorhanSohaky
    black-redoc:
      login: black-redoc
      count: 29
      avatarUrl: https://avatars.githubusercontent.com/u/18581590?u=7b6336166d0797fbbd44ea70c1c3ecadfc89af9e&v=4
      url: https://github.com/black-redoc
    pedabraham:
      login: pedabraham
      count: 28
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 07:31:54 GMT 2026
    - 66K bytes
    - Click Count (0)
  3. docs/zh-hant/docs/alternatives.md

    因此,談到 2.0 版時常說「Swagger」,而 3+ 版則是「OpenAPI」。
    
    /// check | 啟發 **FastAPI**
    
    採用並使用開放的 API 規格標準,而非自訂格式。
    
    並整合基於標準的使用者介面工具:
    
    * [Swagger UI](https://github.com/swagger-api/swagger-ui)
    * [ReDoc](https://github.com/Rebilly/ReDoc)
    
    選擇這兩個是因為它們相當受歡迎且穩定,但稍加搜尋,你會發現有數十種 OpenAPI 的替代使用者介面(都能與 **FastAPI** 一起使用)。
    
    ///
    
    ### Flask 的 REST 框架 { #flask-rest-frameworks }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20K bytes
    - Click Count (0)
  4. docs/ko/docs/alternatives.md

    /// check | **FastAPI**에 영감을 준 것
    
    커스텀 schema 대신, API 사양을 위한 열린 표준을 채택하고 사용하기.
    
    또한 표준 기반의 사용자 인터페이스 도구를 통합하기:
    
    * [Swagger UI](https://github.com/swagger-api/swagger-ui)
    * [ReDoc](https://github.com/Rebilly/ReDoc)
    
    이 두 가지는 꽤 대중적이고 안정적이기 때문에 선택되었습니다. 하지만 간단히 검색해보면 OpenAPI를 위한 대안 UI가 수십 가지나 있다는 것을 알 수 있습니다(**FastAPI**와 함께 사용할 수 있습니다).
    
    ///
    
    ### Flask REST framework들 { #flask-rest-frameworks }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 26.3K bytes
    - Click Count (0)
  5. fastapi/applications.py

                str | None,
                Doc(
                    """
                    The path to the alternative automatic interactive API documentation
                    provided by ReDoc.
    
                    The default URL is `/redoc`. You can disable it by setting it to `None`.
    
                    If `openapi_url` is set to `None`, this will be automatically disabled.
    
                    Read more in the
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
  6. docs/ja/docs/alternatives.md

    /// check | **FastAPI**へ与えたインスピレーション
    
    独自のスキーマの代わりに、API仕様のオープンな標準を採用しました。
    
    そして、標準に基づくユーザーインターフェースツールを統合しています。
    
    * [Swagger UI](https://github.com/swagger-api/swagger-ui)
    * [ReDoc](https://github.com/Rebilly/ReDoc)
    
    この二つは人気で安定したものとして選択されましたが、少し検索してみると、 (**FastAPI**と同時に使用できる) OpenAPIのための多くの代替となるツールを見つけることができます。
    
    ///
    
    ### Flask REST フレームワーク { #flask-rest-frameworks }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  7. docs/en/docs/release-notes.md

    * Make Swagger UI and ReDoc route handlers (*path operations*) be `async` functions instead of lambdas to improve performance. PR [#241](https://github.com/tiangolo/fastapi/pull/241) by [@Trim21](https://github.com/Trim21).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Apr 03 12:07:04 GMT 2026
    - 631K bytes
    - Click Count (0)
Back to Top