Closed dmyers closed 8 years ago
LGTM. I will merge it later today!
Thanks @yassirh! Looking forward to using it in my app.
Thanks
@yassirh Did you change your mind on merging?
@dmyers Just merged. thank you!
Thanks @yassirh. I appreciate it. I'm hoping there might be another release soon. 👍
The DO v2 API says you can pass in a fingerprint for an SSH key in the API URL and in place of an API, however this library currently casts the ID as an int when I think a string would be just as sufficient to allow for passing in both an ID int or fingerprint string into the argument to support both use cases without duplicate/redundant methods (updateById and updateByFingerprint) so I've updated the update and delete methods.
https://developers.digitalocean.com/documentation/v2/#update-a-key https://developers.digitalocean.com/documentation/v2/#destroy-a-key
What do you think @yassirh?