EngramClientOptions
Defined in: client.ts:23
Properties
Section titled “Properties”apiKey?
Section titled “apiKey?”
optionalapiKey?:string
Defined in: client.ts:27
API key sent as Authorization: Bearer <apiKey>
baseUrl
Section titled “baseUrl”baseUrl:
string
Defined in: client.ts:25
Base URL of the ENGRAM server, e.g. ‘http://localhost:3000’
fetch?
Section titled “fetch?”
optionalfetch?:FetchLike
Defined in: client.ts:29
Custom fetch implementation — for testing or environments without native fetch