🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

camunda-console-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camunda-console-client

A Node.js Camunda 8 Web Console API client

latest
Source
npmnpm
Version
0.9.2
Version published
Maintainers
1
Created
Source

console-client-node-js

The Camunda 8 Web Console API client for Node.js.

Installation

npm i camunda-console-client

Usage

Set the credential for the Camunda SaaS Console in the environment, then:

import {ConsoleApiClient} from 'camunda-console-client'

const console = new ConsoleApiClient()

async function main() {
    const res = await console.getClusters()
    console.log(res)
    const params = await console.getParameters()
    console.log(params)
}

main()

FAQs

Package last updated on 20 Nov 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