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

Dyno restart doesn't work #85

Closed tfranchi closed 4 years ago

tfranchi commented 4 years ago

Hi,

the below Heroku API doesn't work if it is called with dyno id but works fine if it is called with dyno name. The library call this API with dyno id so this functionality doesn't work now.

DELETE /apps/{app_id_or_name}/dynos/{dyno_id_or_name}

martyzz1 commented 4 years ago

Would you possibly submit a quick PR ?