UNPKG

@cllbk/ghl

Version:

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

18 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.socialPlanner = void 0; const oauth_1 = require("./oauth"); const post_1 = require("./post"); const account_1 = require("./account"); const csv_1 = require("./csv"); const categories_1 = require("./categories"); const tags_1 = require("./tags"); exports.socialPlanner = { oauth: oauth_1.oauth, post: post_1.post, account: account_1.account, csv: csv_1.csv, categories: categories_1.categories, tags: tags_1.tags, }; //# sourceMappingURL=index.js.map