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

Fixes #57: Add get_domain method to App model #59

Closed Alir3z4 closed 6 years ago

Alir3z4 commented 6 years ago

Fixes #57

martyzz1 commented 6 years ago

Thanks for this will review it as soon as I can..

Alir3z4 commented 6 years ago

Great, thank you.

Just a note, I didn't include any tests since there was no clear path for testing, it seems pull request https://github.com/martyzz1/heroku3.py/pull/54 is covering the unit tests, which if it gets into master, contributing and code review will be easier.

martyzz1 commented 6 years ago

Both PR's now merged. I will push a new version to pypi as soon as my current project time allows... Thanks for your help, its really appreciated.