Skip to content

Commit

Permalink
Add link to API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
falko authored Sep 7, 2022
1 parent ce6f34e commit 2b545cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

# Camunda Operate Client

This project is designed to simplify communication between a java backend and the Camunda 8 operate. This project is still a draft.
This project is designed to simplify communication between a Java backend and the [Operate API of Camunda Platform 8](https://docs.camunda.io/docs/apis-clients/operate-api/). This project is still a draft.

# How to use the client

Simply build a CamundaOperateClient that takes an authentication and the operate url as parameters.
Simply build a CamundaOperateClient that takes an authentication and the Operate URL as parameters.

```java
SimpleAuthentication sa = new SimpleAuthentication("demo", "demo", "http://localhost:8081");
Expand Down Expand Up @@ -105,5 +105,5 @@ You can import it to your maven or gradle project as a dependency
```

# Note
A similar library is available for tasklist there:
A similar library is available for the Tasklist API of Camunda Platform 8 here:
[camunda-tasklist-client-java](https://github.com/camunda-community-hub/camunda-tasklist-client-java)

0 comments on commit 2b545cc

Please sign in to comment.