Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boywithkeyboard-archive/openapi-vultr

An OpenAPI client for Vultr's API written in TypeScript.
https://github.com/boywithkeyboard-archive/openapi-vultr

cjs esm javascript node openapi sdk typescript vultr

Last synced: 8 days ago
JSON representation

An OpenAPI client for Vultr's API written in TypeScript.

Awesome Lists containing this project

README

        

## openapi-vultr

### Setup

```bash
npm i openapi-vultr
```

```ts
import { createClient } from 'openapi-vultr/v2'
```

### Usage

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