UNPKG

@cllbk/ghl

Version:

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

14 lines (12 loc) 274 B
import getAuthors from "./getAuthors"; import getCategories from "./getCategories"; import checkSlug from "./checkSlug"; import create from "./create"; import update from "./update"; export const blogs = { getAuthors, getCategories, checkSlug, create, update, };