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

Fix getting buildpacks #94

Closed penn5 closed 4 years ago

penn5 commented 4 years ago

Added buildpacks() method similar to builds(), and fixed broken buildpack_installation model. Tested, works on my machine.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.4%) to 48.361% when pulling c75d3dda97e3cd1b83948b2c39e9f2e0cad56687 on penn5:master into 9b454e04997a139435546748f2d36f79903e56c6 on martyzz1:master.

martyzz1 commented 4 years ago

Thanks for the PR !

penn5 commented 4 years ago

Hi, will this be added to pypi soon?