Documentation for camunda-bpm-sdk-js

Hi,

I would like to know where can I find detailed documentation for camunda-bpm-sdk-js

Basically, I want to use this to trigger Camunda REST APIs.

The github page provides basic details about installing the sdk but I would like to understand the details on how to initialize library, how to use the methods to invoke REST APIs etc.

Could someone point in right direction?

@amit_goda you can refer this page: Integrating the Forms SDK | docs.camunda.org and Bootstrapping | docs.camunda.org

Thank you for the response. I have already checked out this and it provides basic examples. What I was looking for is some details like below

  • How do I set up the initial configuration for my camunda server instance
  • Methods available corresponding to the REST API with request/response details.

I have tried getting few details from the library files but I would like to know if there is any API documentation for this library?