Socket
Book a DemoInstallSign in
Socket

integry

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

integry

Integry server side SDK.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

integry

FAQs

Package last updated on 19 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts