1.0.1 • Published 6 months ago

integry v1.0.1

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

integry

Server-side SDK for Integry APIs.

Installation

npm install integry

Usage

const integry = require('integry');

const sdk = new integry({ appKey: 'YOUR_INTEGRY_APP_KEY', appSecret: 'YOUR_INTEGRY_APP_SECRET' });
const functions = await sdk.functions.list({
    user_id: 'YOUR APPS USER ID'
});
console.log(functions);

Run tests

npm install --save-dev jest ts-jest @types/jest typescript
npx ts-jest config:init
npx jest
1.0.1

6 months ago

1.0.0

6 months ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago