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: 5 months ago
JSON representation
An OpenAPI client for Vultr's API written in TypeScript.
- Host: GitHub
- URL: https://github.com/boywithkeyboard-archive/openapi-vultr
- Owner: boywithkeyboard-archive
- License: apache-2.0
- Created: 2023-11-04T22:27:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T11:25:24.000Z (almost 2 years ago)
- Last Synced: 2025-11-22T08:02:29.105Z (7 months ago)
- Topics: cjs, esm, javascript, node, openapi, sdk, typescript, vultr
- Language: TypeScript
- Homepage: https://npmjs.com/openapi-vultr
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
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: '...'
})
```