1.0.10 • Published 6 years ago

omn-insights v1.0.10

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

OmniChannel Insights API:

Usage:

var config = { 'url': 'https://node.omn.bg:10001/events', 'api_key': 10203040, 'api_secret': 'MY_VERY_SECRET_KEY', 'name': 'MY_PRETTY_DEVICE' };

var omn = require('omn-insights')(config); // send(string $type, Array $data);

omn.send('clock', {'string': 'LS|DA12|TI13|'});

omn.get('/insights/rooms', {'serial_number': 'plovdiv-hotel-clock'}) .then(function(data) { console.log(data); });

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago