Recently we ran into an issue where most of our HipChat integrations are still using the V1 API. V2 API also requires an admin token to post into multiple rooms at once, which we did not want to provide.
I added the HIPCHAT_USE_V1_API environment setting, which forces a request to be made to HipChat via V1 REST API using the token specified.
Recently we ran into an issue where most of our HipChat integrations are still using the V1 API. V2 API also requires an admin token to post into multiple rooms at once, which we did not want to provide.
I added the
HIPCHAT_USE_V1_API
environment setting, which forces a request to be made to HipChat via V1 REST API using the token specified.