1.0.5 • Published 10 years ago
hipchat-client v1.0.5
hipchat-client
var HipChatClient = require('hipchat-client');
var hipchat = new HipChatClient('auth_token');
hipchat.api.rooms.message({
room_id: 'Frontend',
from: 'HipChat Client',
message: 'Hello world!'
}, function (err, res) {
if (err) { throw err; }
console.log(res);
});Installation
$ npm install hipchat-clientAPI and documentation
Rooms:
Users:
More information at HipChat API Documentation
Running Tests
To run the test suite, first invoke the following command within the repo, installing the development dependencies:
$ npm installThen run the tests:
$ npm testLicense
1.0.5
10 years ago
1.0.4
11 years ago
1.0.3
11 years ago
1.0.2
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago
0.1.2
11 years ago
0.1.1
12 years ago
0.1.0
12 years ago
0.0.9
12 years ago
0.0.8
12 years ago
0.0.7
13 years ago
0.0.6
13 years ago
0.0.5
13 years ago
0.0.4
13 years ago
0.0.3
13 years ago
0.0.2
13 years ago
0.0.1
13 years ago