0.1.0 • Published 2 years ago

as-const-id-sdk v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

2 years ago