Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 221 - 230 of 427 for specification (0.08 seconds)

  1. docs/en/docs/alternatives.md

    * Have sensible defaults, but powerful customizations.
    
    ///
    
    ### [Swagger](https://swagger.io/) / [OpenAPI](https://github.com/OAI/OpenAPI-Specification/) { #swagger-openapi }
    
    The main feature I wanted from Django REST Framework was the automatic API documentation.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  2. README.md

    * **Robust**: Get production-ready code. With automatic interactive documentation.
    * **Standards-based**: Based on (and fully compatible with) the open standards for APIs: [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (previously known as Swagger) and [JSON Schema](https://json-schema.org/).
    
    <small>* estimation based on tests conducted by an internal development team, building production applications.</small>
    
    ## Sponsors
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Mar 07 09:29:03 GMT 2026
    - 24.3K bytes
    - Click Count (0)
  3. docs/fr/docs/advanced/path-operation-advanced-configuration.md

    /// note | Détails techniques
    
    Dans la spécification OpenAPI, cela s’appelle l’[objet Operation](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#operation-object).
    
    ///
    
    Il contient toutes les informations sur le chemin d’accès et est utilisé pour générer la documentation automatique.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 8K bytes
    - Click Count (0)
  4. docs/fr/docs/advanced/middleware.md

    Comme **FastAPI** est basé sur Starlette et implémente la spécification <abbr title="Asynchronous Server Gateway Interface - Interface passerelle serveur asynchrone">ASGI</abbr>, vous pouvez utiliser n'importe quel middleware ASGI.
    
    Un middleware n'a pas besoin d'être conçu pour FastAPI ou Starlette pour fonctionner, tant qu'il suit la spécification ASGI.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  5. docs/ja/docs/index.md

    * **短い**: コードの重複を最小限にします。各パラメータ宣言から複数の機能を得られます。バグも減ります。
    * **堅牢性**: 自動対話型ドキュメントにより、本番環境向けのコードが得られます。
    * **Standards-based**: API のオープンスタンダードに基づいており(そして完全に互換性があります)、[OpenAPI](https://github.com/OAI/OpenAPI-Specification)(以前は Swagger として知られていました)や [JSON Schema](https://json-schema.org/) をサポートします。
    
    <small>* 本番アプリケーションを構築している社内開発チームのテストに基づく見積もりです。</small>
    
    ## Sponsors { #sponsors }
    
    <!-- sponsors -->
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  6. docs/zh-hant/docs/index.md

    * **簡單**:設計上易於使用與學習。更少的讀文件時間。
    * **簡潔**:最小化程式碼重複性。每個參數宣告可帶來多個功能。更少的錯誤。
    * **穩健**:立即獲得可投入生產的程式碼,並自動生成互動式文件。
    * **標準化**:基於(且完全相容於)API 的開放標準:[OpenAPI](https://github.com/OAI/OpenAPI-Specification)(之前稱為 Swagger)和 [JSON Schema](https://json-schema.org/)。
    
    <small>* 基於內部開發團隊在建立生產應用程式時的測試預估。</small>
    
    ## 贊助 { #sponsors }
    
    <!-- sponsors -->
    
    ### 基石贊助商 { #keystone-sponsor }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 20.8K bytes
    - Click Count (0)
  7. docs/fr/docs/advanced/additional-responses.md

    Pour voir exactement ce que vous pouvez inclure dans les réponses, vous pouvez consulter ces sections dans la spécification OpenAPI :
    
    * [Objet Responses de OpenAPI](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#responses-object), il inclut le `Response Object`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 9.6K bytes
    - Click Count (0)
  8. docs/uk/docs/advanced/path-operation-advanced-configuration.md

    /// note | Технічні деталі
    
    У специфікації OpenAPI це називається [Об'єкт Operation](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#operation-object).
    
    ///
    
    Він містить усю інформацію про *операцію шляху* і використовується для побудови автоматичної документації.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  9. docs/zh/docs/alternatives.md

    /// check | 启发 **FastAPI**:
    
    * 提供简单直观的 API。
    * 直接、自然地使用 HTTP 方法名(操作)。
    * 具备合理默认值,同时支持强大定制能力。
    
    ///
    
    ### [Swagger](https://swagger.io/) / [OpenAPI](https://github.com/OAI/OpenAPI-Specification/) { #swagger-openapi }
    
    我想从 Django REST Framework 得到的主要特性之一是自动 API 文档。
    
    随后我发现有一个用于用 JSON(或 YAML,JSON 的扩展)来描述 API 的标准,称为 Swagger。
    
    并且已经有了用于 Swagger API 的 Web 用户界面。因此,只要能为 API 生成 Swagger 文档,就能自动使用这个 Web 界面。
    
    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/de/docs/tutorial/schema-extra-example.md

    * [`Parameter Object` (in der Spezifikation)](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#parameter-object), das verwendet wurde von FastAPIs:
        * `Path()`
        * `Query()`
        * `Header()`
        * `Cookie()`
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.4K bytes
    - Click Count (0)
Back to Top