Options
All
  • Public
  • Public/Protected
  • All
Menu

digitalocean-deno

DigitalOcean Deno

JavaScript library for the DigitalOcean API. For use in Deno.

Usage

To use the library, install from the npm repository.

$ npm install --save digitalocean-deno
# Alternatively install with yarn
$ yarn add digitalocean-deno

Simply import the client and initialize it with your API token:

import { DigitalOcean } from 'digitalocean-deno';

const client = new DigitalOcean('my-api-token');

To see all the services available, check out the documentation.

Generated using TypeDoc