Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Rewrite for Digital Ocean v2 API #11

Open
1 task
enzy opened this issue Mar 18, 2014 · 5 comments
Open
1 task

Rewrite for Digital Ocean v2 API #11

enzy opened this issue Mar 18, 2014 · 5 comments

Comments

@enzy
Copy link
Owner

enzy commented Mar 18, 2014

DigitalOcean API Reference

Random notes:

  • Ranges response handling
@barisusakli
Copy link

Looks like v2 is in open beta now. https://developers.digitalocean.com/v2/

@icodeforlove
Copy link

I decided to create a whole new api wrapper because this one lacks promise support, validation, and maintenance.

https://github.com/icodeforlove/doapi

For the most part i kept the method names the same for easy transition.

@digitaldesigndj
Copy link

+1 to @icodeforlove

Didn't run anything, but a quick glance was very promising! Thanks for sharing.

@icodeforlove
Copy link

BTW Digital Ocean says they will drop support for their v1 api in Nov, but this seems to be a lie. The following will break your v1 app.

  • if you regenerate your v1 key it becomes a v2 key
  • if you convert your account to a team account you lose v1 support

@andrewsomething
Copy link

@icodeforlove We will not be supporting new features for APIv1. When converting your account to a team, you are given a warning that you will no longer be able to use v1. The permissions structure for the team accounts is built around APIv2. In fact, allowing things like this are a big reason why we redesigned the API in the first place.

Non-team accounts can continue to use v1 and regenerate the key as often as needed. You can regenerate your APIv1 key here: https://cloud.digitalocean.com/generate_api_key

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants