UNPKG

digitalocean-v2

Version:

A lightweight, Promise-based wrapper for the DigitalOcean v2 API.

9 lines (7 loc) 117 B
'use strict'; module.exports = { listDomains() { const val = 'domains'; return this.request(val, {val}); } };