Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 24 for SDKs (0.02 seconds)

  1. docs/en/data/sponsors.yml

        title: SDKs for your API | Speakeasy
        img: https://fastapi.tiangolo.com/img/sponsors/speakeasy.png
      - url: https://www.svix.com/
        title: Svix - Webhooks as a service
        img: https://fastapi.tiangolo.com/img/sponsors/svix.svg
      - url: https://www.stainlessapi.com/?utm_source=fastapi&utm_medium=referral
        title: Stainless | Generate best-in-class SDKs
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Jan 19 20:55:32 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  2. docs/en/docs/how-to/separate-openapi-schemas.md

    ## Do not Separate Schemas { #do-not-separate-schemas }
    
    Now, there are some cases where you might want to have the **same schema for input and output**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Dec 20 15:55:38 GMT 2025
    - 4.5K bytes
    - Click Count (0)
  3. docs/en/docs/advanced/generate-clients.md

    # Generating SDKs { #generating-sdks }
    
    Because **FastAPI** is based on the **OpenAPI** specification, its APIs can be described in a standard format that many tools understand.
    
    This makes it easy to generate up-to-date **documentation**, client libraries (<abbr title="Software Development Kits">**SDKs**</abbr>) in multiple languages, and **testing** or **automation workflows** that stay in sync with your code.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9.7K bytes
    - Click Count (1)
  4. docs/en/docs/reference/security/index.md

    There are multiple tools that you can use to create those dependables, and they get integrated into OpenAPI so they are shown in the automatic docs UI, they can be used by automatically generated clients and SDKs, etc.
    
    You can import them from `fastapi.security`:
    
    ```python
    from fastapi.security import (
        APIKeyCookie,
        APIKeyHeader,
        APIKeyQuery,
        HTTPAuthorizationCredentials,
        HTTPBasic,
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 04 12:41:54 GMT 2026
    - 1.7K bytes
    - Click Count (0)
  5. docs/ko/docs/advanced/generate-clients.md

    # SDK 생성하기 { #generating-sdks }
    
    **FastAPI**는 **OpenAPI** 사양을 기반으로 하므로, FastAPI의 API는 많은 도구가 이해할 수 있는 표준 형식으로 설명할 수 있습니다.
    
    덕분에 여러 언어용 클라이언트 라이브러리(<abbr title="Software Development Kits - 소프트웨어 개발 키트">**SDKs**</abbr>), 최신 **문서**, 그리고 코드와 동기화된 **테스트** 또는 **자동화 워크플로**를 쉽게 생성할 수 있습니다.
    
    이 가이드에서는 FastAPI 백엔드용 **TypeScript SDK**를 생성하는 방법을 배웁니다.
    
    ## 오픈 소스 SDK 생성기 { #open-source-sdk-generators }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11K bytes
    - Click Count (0)
  6. docs/en/overrides/main.html

            <span class="sponsor-badge">sponsor</span>
            <img class="sponsor-image" src="/img/sponsors/zuplo-banner.png" />
          </a>
        </div>
        <div class="item">
          <a title="liblab - Generate SDKs from FastAPI" style="display: block; position: relative;" href="https://liblab.com?utm_source=fastapi" target="_blank">
            <span class="sponsor-badge">sponsor</span>
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 01 20:06:57 GMT 2025
    - 5.5K bytes
    - Click Count (0)
  7. docs/zh/docs/advanced/generate-clients.md

    # 生成 SDK { #generating-sdks }
    
    因为 **FastAPI** 基于 **OpenAPI** 规范,它的 API 可以用许多工具都能理解的标准格式来描述。
    
    这让你可以轻松生成最新的**文档**、多语言的客户端库(<abbr title="Software Development Kits - 软件开发工具包">**SDKs**</abbr>),以及与代码保持同步的**测试**或**自动化工作流**。
    
    本指南将带你为 FastAPI 后端生成一个 **TypeScript SDK**。
    
    ## 开源 SDK 生成器 { #open-source-sdk-generators }
    
    一个功能多样的选择是 [OpenAPI Generator](https://openapi-generator.tech/),它支持**多种编程语言**,可以根据你的 OpenAPI 规范生成 SDK。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  8. README.md

    <a href="https://liblab.com?utm_source=fastapi" target="_blank" title="liblab - Generate SDKs from FastAPI"><img src="https://fastapi.tiangolo.com/img/sponsors/liblab.png"></a>
    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)
  9. docs/zh-hant/docs/advanced/generate-clients.md

    # 產生 SDK { #generating-sdks }
    
    由於 **FastAPI** 建立在 **OpenAPI** 規格之上,其 API 能以許多工具都能理解的標準格式來描述。
    
    這讓你能輕鬆產生最新的**文件**、多語言的用戶端程式庫(<abbr title="Software Development Kits - 軟體開發套件">**SDKs**</abbr>),以及與程式碼保持同步的**測試**或**自動化工作流程**。
    
    在本指南中,你將學會如何為你的 FastAPI 後端產生 **TypeScript SDK**。
    
    ## 開源 SDK 產生器 { #open-source-sdk-generators }
    
    其中一個相當萬用的選擇是 [OpenAPI Generator](https://openapi-generator.tech/),它支援**多種程式語言**,並能從你的 OpenAPI 規格產生 SDK。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 9.1K bytes
    - Click Count (0)
  10. docs/ja/docs/advanced/generate-clients.md

    # SDK の生成 { #generating-sdks }
    
    **FastAPI** は **OpenAPI** 仕様に基づいているため、その API は多くのツールが理解できる標準形式で記述できます。
    
    これにより、最新の**ドキュメント**、複数言語のクライアントライブラリ(<abbr title="Software Development Kits - ソフトウェア開発キット">**SDKs**</abbr>)、そしてコードと同期し続ける**テスト**や**自動化ワークフロー**を容易に生成できます。
    
    本ガイドでは、FastAPI バックエンド向けの **TypeScript SDK** を生成する方法を説明します。
    
    ## オープンソースの SDK ジェネレータ { #open-source-sdk-generators }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 11.1K bytes
    - Click Count (0)
Back to Top