0.5.0 • Published 6 months ago

@restash/node v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@restash/node

The official Restash Node.js SDK.

Installation

npm install @restash/node

Quickstart

See the full SDK reference here

import { Restash } from "@restash/node";

const restash = new Restash("sk_123456789");

const result = await restash.files.upload(file);

console.log("File uploaded:", result.url);

Feedback & Support

Have questions or feature requests? Drop an issue on Github

0.5.0

6 months ago