[!WARNING]
This packages has been deprecated in favor of the official Lemon Squeezy SDK JavaScript SDK. Please use @lemonsqueezy/lemonsqueezy.js
instead.
🚀 Install
Install it locally in your project
npm install lemonsqueezy.ts
yarn add lemonsqueezy.ts
pnpm install lemonsqueezy.ts
🦄 Usage
Create a new client instance with your API key
import { LemonsqueezyClient } from "lemonsqueezy.ts";
const client = new LemonsqueezyClient("YOUR_API_KEY");
const user = await client.getUser();
const stores = await client.listAllStores();
📚 Documentation
To view the documentation on how to use each module, view the README.md for each module: