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 get from "./get"; import create from "./create"; import disconnect from "./disconnect"; export const config = { get, create, disconnect, };