New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

digital-ocean-api-v2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digital-ocean-api-v2 - npm Package Compare versions

Comparing version 0.5.0 to 1.0.0

44

methods.md

@@ -5,3 +5,3 @@

`api.account.getUserInformation()`
`api.account.getUserInformation`

@@ -60,2 +60,5 @@ ###actions

`api.droplets.listAllDroplets(options)`
- [listingDropletsByTag](https://developers.digitalocean.com/documentation/v2#listing-droplets-by-tag)
`api.droplets.listingDropletsByTag()`
- [listAllAvailableKernelsForDroplet](https://developers.digitalocean.com/documentation/v2#list-all-available-kernels-for-a-droplet)

@@ -76,2 +79,5 @@

`api.droplets.deleteDroplet(dropletId)`
- [deletingDropletsByTag](https://developers.digitalocean.com/documentation/v2#deleting-droplets-by-tag)
`api.droplets.deletingDropletsByTag()`
- [listNeighborsForDroplet](https://developers.digitalocean.com/documentation/v2#list-neighbors-for-a-droplet)

@@ -83,6 +89,3 @@

`api.droplets.listAllDropletNeighbors(options)`
- [listDropletUpgrades](https://developers.digitalocean.com/documentation/v2#list-droplet-upgrades)
`api.droplets.listDropletUpgrades(options)`
###dropletActions

@@ -137,5 +140,5 @@ - [enableBackups](https://developers.digitalocean.com/documentation/v2#enable-backups)

`api.dropletActions.snapshotDroplet(dropletId, options)`
- [upgradeDroplet](https://developers.digitalocean.com/documentation/v2#upgrade-a-droplet)
- [actingOnTaggedDroplets](https://developers.digitalocean.com/documentation/v2#acting-on-tagged-droplets)
`api.dropletActions.upgradeDroplet(dropletId, options)`
`api.dropletActions.actingOnTaggedDroplets(, options)`
- [retrieveDropletAction](https://developers.digitalocean.com/documentation/v2#retrieve-a-droplet-action)

@@ -149,2 +152,5 @@

`api.images.listAllImages(options)`
- [listAllActionsForImage](https://developers.digitalocean.com/documentation/v2#list-all-actions-for-an-image)
`api.images.listAllActionsForImage(imageId)`
- [retrieveExistingImageById](https://developers.digitalocean.com/documentation/v2#retrieve-an-existing-image-by-id)

@@ -156,5 +162,2 @@

`api.images.retrieveExistingImageBySlug(imageSlug)`
- [listAllActionsForImage](https://developers.digitalocean.com/documentation/v2#list-all-actions-for-an-image)
`api.images.listAllActionsForImage(imageId)`
- [updateImage](https://developers.digitalocean.com/documentation/v2#update-an-image)

@@ -235,1 +238,24 @@

`api.floatingIPActions.retrieveExistingFloatingIPAction(floatingIp, actionId)`
###tags
- [createNewTag](https://developers.digitalocean.com/documentation/v2#create-a-new-tag)
`api.tags.createNewTag(options)`
- [retrieveTag](https://developers.digitalocean.com/documentation/v2#retrieve-a-tag)
`api.tags.retrieveTag(tagName)`
- [listAllTags](https://developers.digitalocean.com/documentation/v2#list-all-tags)
`api.tags.listAllTags(options)`
- [updateTag](https://developers.digitalocean.com/documentation/v2#update-a-tag)
`api.tags.updateTag(tagName, options)`
- [tagResource](https://developers.digitalocean.com/documentation/v2#tag-a-resource)
`api.tags.tagResource(tagName, options)`
- [untagResource](https://developers.digitalocean.com/documentation/v2#untag-a-resource)
`api.tags.untagResource(tagName)`
- [deleteTag](https://developers.digitalocean.com/documentation/v2#delete-a-tag)
`api.tags.deleteTag(tagName)`
{
"name": "digital-ocean-api-v2",
"version": "0.5.0",
"version": "1.0.0",
"description": "Digital Ocean API (v2) library",

@@ -15,3 +15,3 @@ "main": "index.js",

"lodash": "^3.10.1",
"parsed-digital-ocean-api-documentation": "^2.2.0",
"parsed-digital-ocean-api-documentation": "^3.0.0",
"request-promise": "^1.0.2"

@@ -18,0 +18,0 @@ },

@@ -17,6 +17,2 @@ # digital-ocean-api-v2

It's in beta while function signature stuff is thought through. There are a couple things that look like typos in the documentation that probably shouldn't be reflected in the API (referer, anyone?).
Each method returns a promise. For a list of methods, see [./methods.md](./methods.md)
[TODOs](https://github.com/itsjoesullivan/digital-ocean-api-v2/labels/todo)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc