Skip to content

EngramClientOptions

Defined in: client.ts:23

optional apiKey?: string

Defined in: client.ts:27

API key sent as Authorization: Bearer <apiKey>


baseUrl: string

Defined in: client.ts:25

Base URL of the ENGRAM server, e.g. ‘http://localhost:3000


optional fetch?: FetchLike

Defined in: client.ts:29

Custom fetch implementation — for testing or environments without native fetch