@whitewall/lighthouse-client
v0.0.1
Published
Integrate with Blip's Smart Sales API
Downloads
5
Readme
Smart Sales
Integrate with Blip's Smart Sales API
API Usage
import { lighthouse } from '@whitewall/lighthouse-client'
const client = lighthouse()
const authentication = await json(client.auth.bot.$post({
json: {
identifier: process.env.BOT_IDENTIFIER,
accessKey: process.env.BOT_ACCESSKEY,
tenantId: process.env.BOT_TENANTID
}
}))