Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

cjs esm javascript openapi typescript vultr

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## vultr-api-client

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

### Setup

```bash
npm i vultr-api-client
```

### Usage

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

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