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-console-client
TypeScript icon, indicating that this package has built-in type declarations

0.9.2 • Public • Published

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()

Readme

Keywords

none

Package Sidebar

Install

npm i camunda-console-client

Weekly Downloads

330

Version

0.9.2

License

ISC

Unpacked Size

34.1 kB

Total Files

14

Last publish

Collaborators

  • sitapati