Socket
Socket
Sign inDemoInstall

@z1/lib-api-box-client-core

Package Overview
Dependencies
82
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-core

Feathers service in a macro


Version published
Maintainers
1
Weekly downloads
2

Weekly downloads

Readme

Source

Z1 Lib Api Box Client Core

Feathers service in a macro

Documentation under construction.

Usage

Install

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

Import


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 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