Skip to content

ZohoSuite is a supercharged community-maintained Node API SDK that allows you to interact with Zoho Finance Suite APIs.

Notifications You must be signed in to change notification settings

coffeeannan/zoho-suite

Repository files navigation

@smoasters/zoho-suite

ZohoSuite is a supercharged community-maintained Node API SDK that allows you to interact with Zoho Finance Suite APIs (Zoho Books, Zoho Inventory, Zoho Invoice).

Installation:

$ bun add -D @smoasters/zoho-suite

API

This module exports a constructor function which takes an options object.

ZohoSuite(options)

Creates a new ZohoSuite instance.

Example

import { ZohoSuite } from '@smoasters/zoho-suite';

const zoho = new ZohoSuite({
  orgId: process.env.ZOHO_ORGANIZATION_ID,
  refreshToken: process.env.ZOHO_REFRESH_TOKEN,
  dc: '.eu',
  apiFlavour: 'inventory', // books, invoice
  client: {
    id: process.env.ZOHO_CLIENT_ID,
    secret: process.env.ZOHO_CLIENT_SECRET,
  },
});

About

ZohoSuite is a supercharged community-maintained Node API SDK that allows you to interact with Zoho Finance Suite APIs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •