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

Support for setting app limits (boot_timeout specifically) #100

Open marcelloromani opened 3 years ago

marcelloromani commented 3 years ago

I'd like to replace a HTTP call to Heroku APIs to set the boot_timeout parameter of an app with a call to this package.

The API endpoint is: https://api.heroku.com/apps/<app_name>/limits/boot_timeout

I couldn't find any reference to it, so I'm wondering if it is at all supported or needs a PR?