0.0.9 • Published 4 years ago

@statengine/se-api-client v0.0.9

Weekly downloads
11
License
GPL-3.0
Repository
-
Last release
4 years ago

StatEngine Client API

Client module to utilize StatEngine API

Installation

Using npm:

npm install @statengine/se-api-client

Usage

const se = new StatEngine();

se.ingest({
  id: 'file1.txt',
  firecaresId: '12345',
  payload: Buffer.from('incident data string').toString('base64'),
}, (err) => {
    if (err) console.error(err);
    else console.info('Gulp gulp gulp. Ingest was successful!')
});

Contributing

Prior to issuing a pull request

npm run lint
npm run test
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

5 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago