0.0.11 • Published 4 days ago

triplinkclient v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 days 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.11

4 days ago

0.0.10

8 days ago

0.0.9

9 days ago

0.0.8

12 days ago

0.0.7

12 days ago

0.0.6

14 days ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago