1.4.0 • Published 8 years ago

iopipe-payload v1.4.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 years ago

IOpipe payload

https://circleci.com/gh/iopipe/iopipe-payload

Constructs and validates payloads for sending to the IOpipe event ingestion API. Used by the iopipe module.

NodeJS: Install via NPM:

npm install -S iopipe-payload

Import & use:

var iopipe-payload = require('iopipe-payload')
var data = {}
iopipe-payload.normalize(data)

Python: Install via PyPi:

pip install iopipe-payload

Import & use:

import iopipe_payload
data = {}
iopipe_payload.normalize(data)

License

Apache 2.0

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago