UNPKG

@shinkashi/insight-sdk

Version:

Solution Insight SDK for JavaScript

12 lines (7 loc) 227 B
# Insight SDK for JavaScript ## Usage ```javascript import { InsightClient } from "@shinkashi/insight-sdk"; const cmp = new InsightClient({ url, apiKey, apiSecret }); console.log(await cmp.customer.getByID("me").name); ```