1.0.0 • Published 1 year ago

@integry/server-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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);
1.0.0

1 year ago