odp
ODP Node SDK / odp
odp
Const
ReconfigurableODPClient
Module scoped way of utilizing the ODP Node SDK.
Usage
import {odp} from '@zaiusinc/node-sdk';
// Send an event to ODP
await odp.event(...);
// Subscribe a customer by an identifier to a list
await odp.list.subscribe(...);
// etc
Defined in: src/Api/index.ts:37
Updated 2 months ago