hipchat / hipchat-rb

HipChat HTTP API Wrapper in Ruby with Capistrano hooks
https://www.hipchat.com/docs/apiv2
MIT License
336 stars 172 forks source link

Get Room Notification Tokens #206

Closed cabrinha closed 3 years ago

cabrinha commented 7 years ago

I would like a way for the v2 API to return room notification tokens that have already been generated and create new room notification tokens as well.

Tokens are listed on this page: https://hipchat.{domain}.com/rooms/tokens/{room_id} but are not available via the API. We really don't want to resort to crawling the webpage.