The `fathom-typescript` package is Fathom's official TypeScript SDK, providing programmatic access to the Fathom External API. It allows developers to interact with Fathom meetings, teams, and team members, including operations like listing meetings, retrieving recording summaries and transcripts, and managing webhooks. The current stable version is 0.0.37. As an official SDK, it is actively maintained and designed to stay in sync with the Fathom API, though semantic versioning might not be strictly followed before a 1.0 release. It offers both CommonJS and ES Modules support, making it versatile for various JavaScript environments. Key differentiators include its direct integration with the Fathom platform and type-safe access to API resources, reducing common development errors through its comprehensive TypeScript definitions.
Verified import paths — ran on the pinned version, not inferred.
The primary SDK client class. Supports both CommonJS and ES Modules environments.
Example of importing a specific type for an API operation's response for enhanced type safety. The exact path to specific types might vary based on SDK structure.
Example of importing an enum type used for request parameters, ensuring type-safe API calls. The exact path to shared types might vary.
Initializes the Fathom SDK client with an API key and demonstrates how to list meetings, iterating through potentially paginated results securely.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.