Socket
Socket
Sign inDemoInstall

@z1/lib-api-box-client

Package Overview
Dependencies
5
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Last updated on 15 Nov 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc