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?