🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@z1/lib-api-box-client

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@z1/lib-api-box-client

Feathers service in a macro with localforage as storage

0.5.30
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

Z1 Lib Api Box Client

Feathers service in a macro with localforage as storage

Documentation under construction.

Usage

Install

yarn add @z1/lib-api-box-client

Import


import api from '@z1/lib-api-box-client'

const api = api({ path: `endpointURL` })

Configuration

  • path: string (required)
  • options: { } IO socket options (optional)
  • timeout: number (optional) IO Socket timeout if call fails
  • storage: Authentication client storage (default: localStorage if available, MemoryStorage otherwise)
  • auth: config
  • configure: callback function

FAQs

Package last updated on 15 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts