henryruhs / chroma-feedback

Turn your RGB powered hardware into a status indicator for continuous integration, continuous deployment and infrastructure monitoring
https://chroma-feedback.com
Other
130 stars 14 forks source link

Support for Heroku #125

Closed henryruhs closed 2 years ago

henryruhs commented 2 years ago

API can be found here: https://devcenter.heroku.com/articles/platform-api-reference

Headers

Authorization Bearer ... Accept: application/vnd.heroku+json; version=3

Endpoints

all apps -> https://api.heroku.com/apps releases by a single app -> https://api.heroku.com/apps/chroma-feedback-test/releases

Statuses

failed, pending and succeeded

henryruhs commented 2 years ago

Done