@cllbk/ghl
Version:
A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.
16 lines (14 loc) • 296 B
text/typescript
import { oauth } from "./oauth";
import { post } from "./post";
import { account } from "./account";
import { csv } from "./csv";
import { categories } from "./categories";
import { tags } from "./tags";
export const socialPlanner = {
oauth,
post,
account,
csv,
categories,
tags,
};