Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boywithkeyboard-archive/digitalocean-api-client

A preconfigured, up-to-date OpenAPI client for DigitalOcean.
https://github.com/boywithkeyboard-archive/digitalocean-api-client

cjs digitalocean esm javascript openapi typescript

Last synced: 16 days ago
JSON representation

A preconfigured, up-to-date OpenAPI client for DigitalOcean.

Awesome Lists containing this project

README

        

## digitalocean-api-client

This package is **auto-generated** from DigitalOcean's OpenAPI specification.

### Setup

#### Deno

```ts
import { createClient } from 'https://esm.sh/digitalocean-api-client'
```

#### Node.js

```bash
npm i digitalocean-api-client
```

```ts
import { createClient } from 'digitalocean-api-client'
```

### Usage

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