🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@camunda8/console

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@camunda8/console

A Node.js Camunda 8 Web Console API client

alpha
latest
Source
npmnpm
Version
8.4.0
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 01 Feb 2024

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