paddle-sdk
TypeScript icon, indicating that this package has built-in type declarations

4.7.0 • Public • Published

Paddle.com Node.js SDK

Github Actions NPM version

Welcome to the Paddle.com Node.js SDK documentation.

Installation

Install the SDK module using npm:

$ npm install paddle-sdk

or using yarn:

$ yarn add paddle-sdk

Usage

import { PaddleSDK } from 'paddle-sdk';

async function run() {
	const client = new PaddleSDK(
		'your-vendor-id-here',
		'your-unique-api-key-here'
	);

	const products = await client.getProducts();
	console.log(products);

	const plans = await client.getProductPlans(123);
	console.log(plans);
}

run();

For CommonJS:

const { PaddleSDK } = require('paddle-sdk');

Documentation

Read the documentation.

Change log

The change log can be found here: CHANGELOG.md.

Authors and license

Author: Valentin Agachi.

MIT License, see the included License.md file.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.7.0200latest

Version History

VersionDownloads (Last 7 Days)Published
4.7.0200
4.6.236
4.6.115
4.6.00
4.5.00
4.4.00
4.3.00
4.2.06
4.1.012
4.0.10
4.0.00
3.3.0156
3.2.09
3.1.00
3.0.01
2.5.1198
2.5.00
2.4.00
2.3.00
2.2.00
2.1.00
2.0.00
1.3.01
1.2.20
1.2.10
1.2.00
1.1.00
1.0.00

Package Sidebar

Install

npm i paddle-sdk

Weekly Downloads

634

Version

4.7.0

License

MIT

Unpacked Size

94.2 kB

Total Files

24

Last publish

Collaborators

  • avaly