heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

Get maintenance information #134

Open rkrishna1 opened 1 year ago

rkrishna1 commented 1 year ago

Hi,

How to get maintenance information with platform API?

Tried:#info_by_app(app_id_or_app_name, addon_id_or_addon_name) ⇒ Object

It returned an object but nothing about maintenance. I am looking to replicate the command heroku redis:info -a app to automate things.