UNPKG

@cllbk/ghl

Version:

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

12 lines (10 loc) 216 B
import search from "./search"; import create from "./create"; import update from "./update"; import del from "../appointments/delete"; export const CalendarBlocks = { search, create, update, delete: del, };