odp
ODP Node SDK / odp
Variable: odp
const
odp:ReconfigurableODPClient
Defined in: src/Api/index.ts:37
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
Updated 4 days ago