@shinkashi/insight-sdk
v2.7.0
Published
Solution Insight SDK for JavaScript
Readme
Insight SDK for JavaScript
Usage
import { InsightClient } from "@shinkashi/insight-sdk";
const cmp = new InsightClient({ url, apiKey, apiSecret });
console.log(await cmp.customer.getByID("me").name);