Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

picahq/sdk

Repository files navigation

IntegrationOS Node.js Library

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

Install

With npm:

npm i @integrationos/node

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

Full Documentation

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

About

IntegrationOS SDK built in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5