When using a bundler, unused functionality will be excluded from the final bundle:
Copy
// Only listMeetings will be included in the bundleimport { listMeetings } from 'fathom-typescript';// This won't be included if not used// import { createWebhook } from 'fathom-typescript';
This SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version: