0.1.2 • Published 2 years ago

tpns-nodejs-sdk v0.1.2

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

tpns nodejs sdk

https://cloud.tencent.com/document/product/548/39060

Development

npm i

Build

npm run compile

Publish to npm

npm publish

Usage

const tpns = new Tpns({
  baseURL: 'https://api.tpns.sh.tencent.com/',
  accessID: 'accessID',
  secretKey: 'secretKey',
});

// https://cloud.tencent.com/document/product/548/39064
const res = await tpns.push({
  audience_type: 'all',
  message: {
    title: 'title-1',
    content: 'content-1',
  },
  message_type: 'notify',
  environment: 'dev',
});
0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago