UNPKG

@cllbk/ghl

Version:

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

8 lines (6 loc) 111 B
import list from "./list"; import create from "./create"; export const fullfillments = { list, create, };