UNPKG

@cllbk/ghl

Version:

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

10 lines (8 loc) 282 B
import getAccessToken from "./getAccessToken"; import getLocationsInstalled from "./getLocationsInstalled"; import getLocationTokenFromCompany from "./getLocationTokenFromCompany"; export const oauth = { getAccessToken, getLocationsInstalled, getLocationTokenFromCompany, };