0.0.17 • Published 11 months ago

triplinkclient v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Triplink Client for Node JS

Introduction

Usage

Install the client using npm

npm i --save triplinkclient

Import the Triplink Client

import { TripLinkAirClient } from "triplinkclient/src/index";

Create a client Object using constructor

const clientOptions = {
    clientId: 'REPLACEWITH_CLIENTID',
    clientToken: 'REPLACEWITH_CLIENTTOKEN'
};

const client = new TripLinkAirClient(clientOptions);

Invoke respective methods for example for echo

const echoResponse = await client.echo(echoRequest);

0.0.12

1 year ago

0.0.13

1 year ago

0.0.14

12 months ago

0.0.15

12 months ago

0.0.16

11 months ago

0.0.17

11 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago