Details
-
Task
-
Status: Closed
-
L3 - Default
-
Resolution: Fixed
-
None
-
None
Description
Problem:
Cockpit as well as Tasklist contains the same implementation of a http client which is used for the sdk-js:
- https://github.com/camunda/camunda-cockpit-ui/blob/master/client/scripts/services/cam-api-http-client.js
- https://github.com/camunda/camunda-tasklist-ui/blob/master/client/scripts/api/index.js#L17
Expected
There exists only one http client which is part of camunda-commons-ui.