Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boywithkeyboard-archive/digitalocean-api-client
- Owner: boywithkeyboard-archive
- License: mit
- Created: 2024-02-23T17:13:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:44:57.000Z (5 months ago)
- Last Synced: 2024-06-28T13:50:09.206Z (5 months ago)
- Topics: cjs, digitalocean, esm, javascript, openapi, typescript
- Language: TypeScript
- Homepage: https://npmjs.com/digitalocean-api-client
- Size: 558 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
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: '...'
})
```