For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
预约演示登录免费开始
  • 使用 SDK
    • SDK 概述
    • SDK 如何工作
    • Quickstart
    • Customer showcase
  • 使用 SDK
    • 项目结构
    • 添加自定义代码
    • Migrating to Replay
    • 功能特性
  • 参考
      • Generating an SDK
      • 发布到 PyPI
      • Python 配置
      • 添加自定义代码
      • 动态身份验证
      • aiohttp 支持
      • 变更日志
      • Customer showcase
  • 资源
    • generators.yml
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
预约演示登录免费开始
参考Python

Changelog

April 16, 2026
April 16, 2026

5.5.0

(feat): 添加 use_request_defaults 顶层配置选项,具有三种模式:"none"、 "parameters"(仅查询参数和 headers)和 "all"(查询参数、headers、 请求体参数和 pydantic 模型字段)。这会覆盖现有的 pydantic_config.use_provided_defaults 布尔值,该选项将在未来版本中弃用。

(fix): 修复当声明非字符串全局 header(如 Request-Timeout: integer)时生成的客户端包装器中的 mypy 错误。生成器输出 headers: Dict[str, str],但之前直接分配原始类型成员(如 int),导致 Incompatible types in assignment。非字符串全局 header 值现在在分配时用 str(...) 包装。字符串类型的 headers 保持不变。

5.4.0

(chore): 将 @fern-api/generator-cli 升级到 0.9.8。生成的 PR 中的变更日志 URL 现在使用 commit SHA 而不是 PR 分支名称,在分支被删除或 squash-merge 后仍保持链接有效。

此页面是否有帮助?
编辑此页面
上一个

April 17, 2026

下一个

April 15, 2026