# 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);
```
