camunda / camunda-8-js-sdk

The Camunda 8 JavaScript SDK for Node.js
https://camunda.github.io/camunda-8-js-sdk/
Apache License 2.0
19 stars 6 forks source link

Deprecate ZeebeREST client, create C8REST client #235

Closed jwulf closed 1 month ago

jwulf commented 3 months ago

The new REST API is a unified one.

jwulf commented 2 months ago

We'll support the experimental methods in another spike.

jwulf commented 2 months ago

I'm using a SNAPSHOT build of Zeebe with alpha-5 builds of 8.6 and I seem to have most of the REST methods available for testing.

I'm taking the opportunity to also add a pluggable logging framework into the SDK.

This will not be retrofitted to the existing cilents, but for the new C8 REST client, it will come with a default Winston logger, and the ability for users to inject their own winston logger instances.