martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

Feature Enhancement: ACM actions for App object #131

Closed CitizenNineCoding closed 1 year ago

CitizenNineCoding commented 1 year ago
CitizenNineCoding commented 1 year ago

@martyzz1

PR inspired by use case of switching from manual cert mgmt to ACM, could see ACM state correctly after first change in config but could not update it via the Config/ConfigVars objects. These methods should be far more straightforward.

martyzz1 commented 1 year ago

Thanks for the PR. I'm away this weekend, will take a look when I'm back.👍