Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 281 Bytes

hipchat-js

Simple HipChat API client

npm install hipchat-js

Usage

hipchat-js has but one method:

  • apiCall(http_method, path, params, callback): Does a call to the HipChat API.

Test

Enter your auth token in example/test.js

cd test
node test.js