as-const-id-sdk

0.1.0 • Public • Published

as-const-id-sdk

useage

npm install as-const-id-sdk --save
const SDK = require('as-const-id-sdk')

const sdk = new CaptchaSDK({
  appId: 'Your AppId',
  appSecret: 'Your AppSecret'
})

sdk.getDeviceInfo(token).then((data) => {
  console.log(data)
}).catch(err => {
  console.log(err.message)
})

Readme

Keywords

none

Package Sidebar

Install

npm i as-const-id-sdk

Weekly Downloads

1

Version

0.1.0

License

ISC

Unpacked Size

1.82 kB

Total Files

4

Last publish

Collaborators

  • zenxds