-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Basic methods for DigitalOcean DNS #229
Conversation
Can you enumerate the methods which aren't supported by rackspace? |
I meant the other way: bulk write methods like |
Well we have at least a couple of options:
I'd go with no 1 for now, as the generalization for DNS is still primitive. See #165 for vocabulary. Maybe this should be moved into https://github.com/nodejitsu/pkgcloud/blob/master/docs/vocabulary.md |
Agree with going for No. 1 here @kenperkins. @mmalecki Nice work on this. A couple of minor things:
|
ping |
@kenperkins I will do this this weekend, hopefully together with migrating to newer DO API version (I promise!) |
Keep @mikeal in the loop, he was possibly going to do some DO stuff as well. |
I'm going to close this since it's going to be implemented in #325. |
This is a WIP. Implemented methods already work.
@kenperkins what do we do with methods which aren't supported by Rackspace? Do we throw in DigitalOcean or limit to subset supported by both providers (so no bulk write methods, mostly)?