@christrewin/test-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

My SDK

My SDK.

Installing

npm install @christrewin/my-sdk

Getting Started

Set the TLS_CLIENT_KEY and TLS_CLIENT_SECRET environment variables. These are the Client key and Client secret you can find here: https://dev.telstra.com/user/me/apps.

To send your first SMS:

import { SMS } from './messaging';

const sms = SMS.getInstance();

sms.send({
  to: "+61<mobile>",
  body: "Hello from Telstra Messaging SDK"
});
TLS_CLIENT_KEY="XXXX" TLS_CLIENT_SECRET="YYYY" node examples/app.js

Readme

Keywords

Package Sidebar

Install

npm i @christrewin/test-sdk

Weekly Downloads

0

Version

0.2.4

License

ISC

Unpacked Size

50.8 kB

Total Files

59

Last publish

Collaborators

  • christrewin