walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

Add HipChat2 messenger for V2 of the HC API #63

Closed ciarand closed 9 years ago

ciarand commented 9 years ago

Hey folks,

NOTE: I don't know if this is something you're interested in, but I needed it to work with our HipChat setup (we've only got access to V2 API tokens).

I've implemented a super barebones version of the HipChat V2 API using the https://github.com/tbruyelle/hipchat-go library. I've tested it on our own setup successfully, but I wasn't sure what the standard place to put consumer documentation was. I'd be happy to add something if you can point me in the right direction.

takahi-i commented 9 years ago

Thank you very much for the contributions @ciarand! I will look into the patches.

ainoya commented 9 years ago

:+1:

takahi-i commented 9 years ago

I confirmed the code and check if the hipchat v2 works as expected. Thank you very much!