Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 176 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 176 Bytes

Rvvup Node.js SDK

Using it

import { RvvupClient } from "@rvvup/node-sdk";

const rvvup = new RvvupClient('YOUR.RVVUP.KEY');

rvvup.checkouts.list().then(...);