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

HipChat status api endpoint?

cbake6807 opened this issue · comments

Hello!

Can't wait to try out the v2 api!

Would it be possible to include a method for pulling down the current system status reported on http://status.hipchat.com/ ?

We have a vendor/dependency dashboard that shows statuses of API states (Github, PagerDuty, RubyGems, etc..) and would love to see a current status for the HipChat API since we depend on it for lots of notifications.

Thank you!
Chris

The status.hipchat.com site is powered by statuspage.io, and they don't seem to expose a public API, so I think that scraping it would be your best bet for now.

Thanks! I'll try that out.