Skip to content

Latest commit

 

History

History

2023-08-09-connector-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Connector client

Decision

We'll replace the direct management API calls with a provided library, the chosen one is EDC-connector-client

Rationale

Maintaining the low level http communication with the connector is an additional effort that can be delegated to a dedicated library.

Approach

The library will be added as a dependency and all the calls to the connector will pass through it. Dependabot will be activated, it will permit us to stay updated with the newest releases.