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
      • 发布到 Packagist
      • PHP 配置
      • 添加自定义代码
      • 变更日志
      • 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
预约演示登录免费开始
参考PHP

Changelog

February 17, 2026
February 17, 2026

2.1.0

(fix): 修复具有必需构造函数字段的类型的 wire 测试生成。之前, 测试生成器在没有为必需字段提供示例值时会传递空数组 [] 作为构造函数参数(例如 new SomeType([]))。现在根据每个字段的类型生成适当的占位符值(例如 new SomeType(['ids' => [1]]))。

(feat): 添加对 fileDownload(application/octet-stream)和 bytes 响应类型的支持。 之前,返回二进制数据的端点会在运行时抛出错误,因为没有生成成功处理。现在这些端点将原始响应体作为字符串返回。

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

February 18, 2026

下一个

February 12, 2026