UNPKG

@cllbk/ghl

Version:

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

8 lines (7 loc) 149 B
export declare const post: { get: () => void; search: () => void; create: () => void; update: () => void; delete: () => void; };