tugboat icon indicating copy to clipboard operation
tugboat copied to clipboard

Change to droplet_kit for API

Open petems opened this issue 9 years ago • 2 comments

Right now we haven't kept parity with DigitalOcean's new API features in the API gem we're using Barge (See #249, #248)

At the time we moved, DigitalOcean didn't have a Gem for the API.

Now there is! https://github.com/digitalocean/droplet_kit/

The API for accessing is almost 1:1, plus it's maintained by DO themselves. It would make sense to move over to this so we don't have to implement all the new endpoints in barge.

petems avatar Oct 08 '16 19:10 petems

Currently blocked on exposing faraday: https://github.com/digitalocean/droplet_kit/issues/102

petems avatar Oct 08 '16 19:10 petems

Starting move on some of the larger code blocks with the merge of #284 and the bump to 4.0.0

petems avatar Nov 22 '17 11:11 petems