hdvec
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

HDVEC

衡度保事件中心 SDK

安装

npm i hdvec

使用

import HDVEC from 'hdvec'

// 创建实例
const vec = new HDVEC({
  apiUrl: 'https://xxxx',
  timeout: 1e3,
  fetch: axios,
  defaultParams: {
    rn: '111111',
    sn: '22222',
  },
})

// 提交事件
vec.dispatch('COUNT', { count })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    1
    • latest

Version History

Package Sidebar

Install

npm i hdvec

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

30.1 kB

Total Files

16

Last publish

Collaborators

  • dctxf