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

app.process_formation() reporting empty KeyedListResource #81

Open codevbus opened 5 years ago

codevbus commented 5 years ago

Some app formations are returning an empty KeyedListResource list, rather than 'job' or 'web' or something similar. Any idea what is causing this behavior?

I have confirmed these formations have valid types by manual curl calls directly to the Heroku API.