-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: cockpit, commons-ui, tasklist
-
None
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.