Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

camunda-8-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camunda-8-sdk

The Camunda Platform 8 SDK for Node.js

latest
Source
npmnpm
Version
0.15.0
Version published
Maintainers
1
Created
Source

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

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.

Keywords

camunda

FAQs

Package last updated on 29 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts