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

/hdvec/

    Package Sidebar

    Install

    npm i hdvec

    Weekly Downloads

    2

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    30.1 kB

    Total Files

    16

    Last publish

    Collaborators

    • dctxf