Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 275 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 275 Bytes

adapty-node

Nodejs client for Adapty server-side API.

Installation

npm install adapty-node

Usage

import { AdaptyClient } from 'adapty-node';

const adapty = new AdaptyClient("YOUR__ADAPTY_SECRET_KEY");

License

MIT