Optional
options: Partial<HawAPIOptions>Endpoint, version, token, etc.. configurations
A new HawAPI Client
const client = HawAPI.createClient()
// Also valid:
// const { createClient } = HawAPI
// const client = createClient()
console.log('HawAPI client: ', client)
import { createClient } from '<REF>'
const client = createClient()
console.log('HawAPI client: ', client)
See more samples: https://github.com/HawAPI/js-sdk/tree/main/examples
Generated using TypeDoc
Creates a new HawAPI client.