0.1.2 • Published 12 years ago

brik.ipa.client v0.1.2

Weekly downloads
9
License
-
Repository
-
Last release
12 years ago

ipa.client is a intermediate library for IPA. It provides an idiomatic node API for calling the functions exposed by IPA's REST API, along with some convenient shortcuts.

Usage

// Create an client for an ipa server running on localhost:4567
var ipa = require('ipa.client')('http://localhost:4567');

// Send a log message to ipa
ipa.log('Hello!');

Function Overview

Function Documentation

Send a string to IPA's log function. This is not escaped, you can send HTML if you wish.

ipa.logImage(imageUrl, callback);

Send an image to IPA's log function. This just sends an image HTML element. Not the image data.

0.1.2

12 years ago

0.1.1

12 years ago

0.0.0

12 years ago