1.0.10 • Published 5 years ago

omn-insights v1.0.10

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago