UNPKG

@cllbk/ghl

Version:

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

14 lines (12 loc) 265 B
import create from "./create"; import get from "./get"; import listByLocation from "../objects/associations/get"; import update from "./update"; import del from "./delete"; export const businesses = { get, listByLocation, create, update, delete: del, };