Closed karthik closed 10 years ago
Right, i assume we would do auth over web, but docs say they just want the oauth token https://developers.digitalocean.com/v2/#authentication
@karthik good point about better docs though.
Sorry the comments were on the wrong version. A more streamlined auth would be great.
done, addressed in #20
Two issues. There is little documentation on setting up a new application, which
do_auth()
requires to have aclient_id
. Also while the client is quite informative (digocean_client_id
) the key is a very generic variable name (api_key
), which can lead to confusion with other packages.Also instead of interactively requiring keys (when missing), how about authorizing over the web and writing the credentials to a new env?