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.
Book a demoLog inStart for free
  • Overview
    • Introduction
    • How it works
    • Quickstart
    • Customer showcase
  • Working with SDKs
    • Project structure
    • Adding custom code
    • Migrating to Replay
    • Capabilities
  • Generators
      • Generating an SDK
      • Publishing to PyPI
      • Configuration
      • Adding custom code
      • Dynamic authentication
      • aiohttp support
      • Changelog
      • Customer showcase
  • Reference
    • 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
Book a demoLog inStart for free
GeneratorsPython

Changelog

July 1, 2024
July 1, 2024

2.14.1

(fix): typing within the Sync and AsyncPagers is now correctly passed through to the BasePager.

What’s been fixed

  • Sync and AsyncPage now pass through the generic type to BasePage, allowing the use of .items, etc. to be appropriately typed within your type checking system.

2.14.0

(fix): The offset page now allows for the usage of 0 as a page start.

What’s been fixed

  • offset page now allows for the usage of 0 as a page start, previously the use of page or 1 made Python coerce booleans and become 1, ignoring the user-provided 0.

2.14.0-rc3

(feat): Generated readmes now include an “advanced” section.

What’s changed

  • Generated readmes now include an “advanced” section, outlining usage of retries, timeouts, error handling and usage of a custom client.

2.14.0-rc2

(chore): Async snippets now run the async function leveraging asyncio.run to be more copy-pastable.

Was this page helpful?
Edit this page
Previous

July 3, 2024

Next

June 27, 2024