HipchatAPIv2Client icon indicating copy to clipboard operation
HipchatAPIv2Client copied to clipboard

[UNMANTAINED] PHP Library to process calls to Hipchat's v2 REST API

Results 14 HipchatAPIv2Client issues
Sort by recently updated
recently updated
newest added

I have a couple of rooms that don't have owners, which causes `toJson` to fail when called on those rooms. While this may be a bug in HipChat, there should...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Any interest in switching this to use guzzle? Should make it more future proof for php7+ This may also help getting the share/file working.

In Client.php the lines `throw new RequestException($e->getMessage());` causes PHP warnings sometimes, because of the constructor that needs an array as param

I added a couple of get/set to be able to have access to the data since. I didn't put a set to the date since I don't see any use...

Try to get photo from UserAPI ``` $response = $this->client->get( sprintf('/v2/user/%s/photo/%s', $userId, $size) ); ``` `https://api.hipchat.com/v2/user/@MyName/photo/small` Get `HTTP/1.1 400 Bad Request` ``` InvalidArgument Unsupported Authorization Type Authorization Bearer FxxxxxxxxxxxxxxxxxxxxxxxTE0 3F1B465075D3B6E3...

Get the full list of members in a room, even those who are not active.

Im trying to notify room users using @all but when the message is posted its not being parsed by hipchat, its just showing as a string. ```