UNPKG

@cllbk/ghl

Version:

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

10 lines (8 loc) 154 B
import add from "./add"; import remove from "./remove"; import removeAll from "./removeAll"; export const campaigns = { add, remove, removeAll, };