@mega-yfue/eufy-sdk / tuya / SendOptions
Interface: SendOptions
Transport knobs for sendApiRequest.
Properties
endpoint?
ts
optional endpoint?: string;http?
ts
optional http?: TuyaHttpPost;Inject a POST transport (default: native fetch). Used to stub the network in tests.