Skip to content

@fathom-rules/sdk


@fathom-rules/sdk / FathomClientOptions

Interface: FathomClientOptions

Defined in: client.ts:82

Configuration for FathomClient.

Properties

baseURL

baseURL: string

Defined in: client.ts:84

Base URL of the Fathom API server (e.g. "http://localhost:8000").


bearerToken?

optional bearerToken?: string

Defined in: client.ts:92

Optional bearer token. When set, the client injects Authorization: Bearer <token> on every request. Takes precedence over any Authorization header supplied via headers.


headers?

optional headers?: Record\<string, string>

Defined in: client.ts:86

Optional headers sent with every request.