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

Enable non API-key auth mecanism #48

Open cans opened 6 years ago

cans commented 6 years ago

It might be convinient to allow authentication mecanisms other than "api key". E.g. for people using heroku's cli tool, taking advantage of the requests library ability to read .netrc files (as noted here) could be nice.

Several issues prevent that:

martyzz1 commented 6 years ago

Hi,

I'd be happy to take a PR on this if handled carefully, but it should definitely not alter the default behaviour..

Cheers

Martin