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

Shouldn't the README recommend using room IDs?

olivierlacan opened this issue · comments

Room names are brittle, they can easily be changed without notice whereas room IDs never change. Wouldn't it be better to encourage people to use IDs instead of names since the library seems to be able to handle either?

A PR updated readme to mention id.