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

Heroku Account #109

Closed jinspalakkattu closed 2 years ago

jinspalakkattu commented 3 years ago

Is It Possible to get Heroku Account Name and Dynos

mrmikardo commented 3 years ago

Hi @jinspalakkattu take a look at the "Account" section in the README: https://github.com/martyzz1/heroku3.py#account

Does this help to resolve your issue?

martyzz1 commented 2 years ago

Closed due to inactivity