1.0.3 • Published 4 years ago

gathr-analytics v1.0.3

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

gathr-analytics CI Browser

Quickstart

To create a event message...

1. Install

npm install gathr-analytics

2. Instance Class

const {GathrAnalytics} = require('gathr-analytics');
var handler = new GathrAnalytics('access_key_id','secret_access_key','region','version');

3. Setup FIFO Url

handler.setUrlQueue("url_fifo_aws");

API Summary

setUrlQueue(url)To configure the url of the queue with which to work for the eventsNew in gathr-analytics@1.0.0
getEvents(numberOfMessages)To get a list of events in the queue, you must specify the number of events to extractNew in gathr-analytics@1.0.0
addEvent(body, payload)To add an event in the queue, you need to specify the body and the payloadNew in gathr-analytics@1.0.0
deleteEvent(ReceiptHandle)To remove an event in the queue, you must specify the Receipt Handle idNew in gathr-analytics@1.0.0
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago