1.0.3 • Published 11 months ago

@headlesscomments/sdk v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Headless Comments SDK

A JavaScript/TypeScript SDK for the Headless Comments API.

Installation

npm install @headlesscomments/sdk

Usage

import { HeadlessComments } from "@headlesscomments/sdk";

const headlessComments = new HeadlessComments("YOUR_API_KEY", "YOUR_SITE_ID");

const comments = await headlessComments.comments.list();

Documentation

For more information, please refer to the Headless Comments API documentation.

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago