This package has been deprecated

Author message:

This package is deprecated. Please use the official SDK package @camunda8/sdk. See: https://github.com/camunda/camunda-8-js-sdk

camunda-8-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.15.0 • Public • Published

Camunda 8 Unified SDK for Node.js

NPM

This SDK provides a high-level Node.js API for Camunda Platform 8.

The full API documentation is hosted here.

Watch a seven-minute speedrun demo video here:

API Coverage

Component Tested Environment
Zeebe SaaS, Self-hosted
Operate SaaS
Optimize SaaS
Tasklist SaaS
Console SaaS

Installation

npm i camunda-8-sdk

Usage

Set your Camunda SaaS credentials in the environment (at the moment, only Camunda SaaS is fully supported).

import { C8 } from 'camunda-8-sdk'

const zbc = new C8.ZBClient()
const console = new C8.ConsoleApiClient()
const operate = new C8.OperateApiClient()
const optimize = new C8.OptimizeApiClient()
const tasklist = new C8.TasklistApiClient()

Refer to the API docs here for full documentation of each component.

Readme

Keywords

Package Sidebar

Install

npm i camunda-8-sdk

Weekly Downloads

342

Version

0.15.0

License

ISC

Unpacked Size

474 kB

Total Files

10

Last publish

Collaborators

  • sitapati