UNPKG

@cllbk/ghl

Version:

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

16 lines (14 loc) 276 B
import { rebilling } from "./rebilling"; import get from "./get"; import update from "./update"; import enable from "./enable"; import disable from "./disable"; import pause from "./pause"; export const saas = { get, update, enable, disable, pause, rebilling, };