0.15.0 • Published 8 months ago

camunda-8-sdk v0.15.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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:

npm.io

API Coverage

ComponentTested Environment
ZeebeSaaS, Self-hosted
OperateSaaS
OptimizeSaaS
TasklistSaaS
ConsoleSaaS

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.

0.10.0

10 months ago

0.11.0

9 months ago

0.12.0

8 months ago

0.13.0

8 months ago

0.15.0

8 months ago

0.9.10

12 months ago

0.9.11

12 months ago

0.9.8

1 year ago

0.9.9

1 year ago

0.9.7

1 year ago

0.9.4

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.0

1 year ago