0.1.0 • Published 1 year ago

as-const-id-sdk v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago