hipchatter icon indicating copy to clipboard operation
hipchatter copied to clipboard

Node.js wrapper for the HipChat API (v2)

Results 5 hipchatter issues
Sort by recently updated
recently updated
newest added

https://github.com/charltoons/hipchatter/blob/1ba1dcc2f495d4c36eac1e0ff21bc247a87d66f5/hipchatter.js#L405 This code is fixing request option, and this library is using needle. needle is fixing default request option. So user can't use environment argument to set proxy. Thereby, user...

Add get auto join rooms

Why does this library constantly post cat photos to my rooms? I don't like cats that much. Can it only post a photo once per day?

As per the v2 API. When you cann 'https://www.hipchat.com/docs/apiv2/method/get_all_rooms', by default it limits the room list to 100. We have over 300 rooms, and so our list is getting truncated....

Hiya. First up thanks for writing this package! Not sure if you've seen but if you have a self signed root CA hipchatter silently fails with v2 api requests. I...