UNPKG

@cllbk/ghl

Version:

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

16 lines (14 loc) 290 B
import get from "./get"; import search from "./search"; import listByLocation from "./listByLocation"; import create from "./create"; import update from "./update"; import del from "./delete"; export const users = { get, search, listByLocation, create, update, delete: del, };