pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

Create new droplet doesn't accept ssh key id/fingerprint #23

Closed sckott closed 10 years ago

sckott commented 10 years ago

droplets_new() doesn't seem to work giving an ssh key id or fingerprint. gives

Error in do_POST(what, path = "droplets", args = args, parse = TRUE, config = config) : 
  You specified invalid ssh key ids for Droplet creation. 

its an error coming from the server, not R.

sckott commented 10 years ago

haha! turns out the param name they give was just the wrong name wrt to the actual param accepted in their backend. changed ssh_keys to ssh_key_ids