GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ApiHandlerOptions

API/Interfaces/ApiHandlerOptions
seyfert/lib/api/shared.d.ts

Signature

export interface ApiHandlerOptions

Properties

8
baseUrldomaintokendebugagentsmartBucketworkerProxytype

Methods

0

No methods.

Properties

baseUrl#
baseUrl?: string;
domain#
domain?: string;
token#
token: string;
debug#
debug?: boolean;
agent#
agent?: string;
smartBucket#
smartBucket?: boolean;
workerProxy#
workerProxy?: boolean;
type#
type?: 'Bearer' | 'Bot';