node-hipchat
node-hipchat copied to clipboard
simple node.js library for communicating with hipchat's rest api
npm supplies node-hipchat in version 0.4.5, yet here is only older 0.4.4. please update repository to the newest version.
Hi, In createUser, I need to be able to specify a name, rather than the default that you provide. So my suggested change is: `mention_name: params.mention_name ? params.mention_name : params.name.replace(/\s+/g,...
``` HipChatClient.prototype.host = 'api.hipchat.com'; ``` is hardcoded. It'll be usefull to add : ``` function HipChatClient(apikey, agent, host) ```
Really not used anywhere
Feedback on user names that are too long or which contain spaces would be ideal. (Returning an error or validation error event)