This library aims to provide a REST client for accessing the Camunda 8 Web Modeler REST APIs from a java application.
First import the dependency:
<dependency>
<groupId>io.holunda</groupId>
<artifactId>camunda-web-modeler-rest-client</artifactId>
<version>${camunda-web-modeler-rest-client.version}</version>
</dependency>
CamundaWebModelerClient camundaWebModelerClient = CamundaWebModelerClientBuilder.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.build();
Currently this Version only supports the SaaS Rest-Api