@integry/server-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i @integry/server-sdk

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

23.3 kB

Total Files

23

Last publish

Collaborators

  • maaz_ansari
  • yasirfarooqui
  • nashadelic