Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boywithkeyboard-archive/vultr-api-client
- Owner: boywithkeyboard-archive
- License: mit
- Created: 2024-02-23T17:15:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:44:24.000Z (about 2 months ago)
- Last Synced: 2024-11-03T11:34:22.250Z (13 days ago)
- Topics: cjs, esm, javascript, openapi, typescript, vultr
- Language: TypeScript
- Homepage: https://npmjs.com/vultr-api-client
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
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: '...'
})
```