This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@integrationos/node
TypeScript icon, indicating that this package has built-in type declarations

4.2.1 • Public • Published

@integrationos/node

The IntegrationOS library for Node.js provides convenient access to the IntegrationOS API from applications written in server-side JavaScript.

Install

Using npm:

npm i @integrationos/node

Using yarn:

yarn add @integrationos/node

Configuration

To use the library you must provide an API key and Connection key. Both are located in the IntegrationOS dashboard.

import { IntegrationOS } from "@integrationos/node";

const integrate = new IntegrationOS("sk_live_1234");

const response = await integrate
  .customers("live::xero::acme-inc")
  .get("cus_OT3CLnirqcpjvw");

console.log(response);

Testing

Configure the .env file based on the .env.sample provided with an IntegrationOS Secret Key, Connection Key and Model to test.

Full Documentation

Please refer to the official IntegrationOS Documentation and API Reference for more information and Node.js usage examples.

Readme

Keywords

Package Sidebar

Install

npm i @integrationos/node

Weekly Downloads

2

Version

4.2.1

License

GPL-3.0-only

Unpacked Size

373 kB

Total Files

30

Last publish

Collaborators

  • andrew-integrationos
  • buildable.paul
  • dspataro77
  • krishp
  • moe-giga