Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

boywithkeyboard/openapi-digitalocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

Please use digitalocean-api-client instead!

openapi-digitalocean

Setup

npm i openapi-digitalocean
import { createClient } from 'openapi-digitalocean/v2'

Usage

const client = new createClient({
  token: '...'
})