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 RubyGems
      • Configuration
      • Adding custom code
      • 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
GeneratorsRuby

Changelog

December 17, 2025
December 17, 2025

1.0.0-rc71

(feat): Make the base_url parameter optional in the main client.rb. The parameter now has a default value of nil, allowing users to instantiate the client without explicitly providing a base_url when using environment-based configuration.

1.0.0-rc70

(fix): Fix inferred auth base URL resolution and add absolute URL support:

  • Auth raw client now properly falls back to default environment when base_url is not provided
  • RawClient.build_url now handles absolute URLs (e.g., HATEOAS pagination links) directly
  • Added attr_reader :base_url to RawClient for external access
  • Removed unnecessary base_url override in InferredAuthProvider.refresh since auth_client is already configured with the correct base URL
Was this page helpful?
Edit this page
Previous

December 18, 2025

Next

December 16, 2025