UNPKG

@cllbk/ghl

Version:

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

16 lines (14 loc) 321 B
import { google } from "./google"; import { facebook } from "./facebook"; import { instagram } from "./instagram"; import { linkedin } from "./linkedin"; import { twitter } from "./twitter"; import { tiktok } from "./tiktok"; export const oauth = { google, facebook, instagram, linkedin, twitter, tiktok, };