0.2.4 • Published 3 years ago

@christrewin/test-sdk v0.2.4

Weekly downloads
11
License
ISC
Repository
-
Last release
3 years ago

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
0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago