UNPKG

@cllbk/ghl

Version:

A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.

10 lines (8 loc) 161 B
import { fullfillments } from "./fullfillments"; import get from "./get"; import list from "./list"; export const orders = { get, list, fullfillments, };