@z1/lib-api-box-client-core
v0.5.30
Published
Feathers service in a macro
Readme
Z1 Lib Api Box Client Core
Feathers service in a macro
Documentation under construction.
Usage
Install
yarn add @z1/lib-api-box-client-coreImport
import api from '@z1/lib-api-box-client-core'
const api = api({ path: `endpointURL` })
Configuration
path: string (required)options: { } IO socket options (optional)timeout: number (optional) IO Socket timeout if call failsstorage: Authentication client storage (default:localStorageif available,MemoryStorageotherwise)auth: configconfigure: callback function
