hipchat / hipchat-rb

HipChat HTTP API Wrapper in Ruby with Capistrano hooks

Home Page:https://www.hipchat.com/docs/apiv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create user?

krogebry opened this issue · comments

Am I missing something here, or is there really no way to create new users via this lib? I'm going to take a crack at building the functionality and see where I end up, unless, of course someone corrects me on this.

You're right, there's no functionality to create a user (facepalm). Would appreciate a PR if you got around to build the functionality.

Did this just get implemented? I see the create_user method in the client file, but when I updated the gem it does not seem to be there.

Yes, it was merged about two weeks ago (8b08455). Haven't published a new version yet, I'll do it this week so this functionality is available.