From d4071749a88643eb6f6c76e0dc9cf88ff728b192 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger <43503240+paullatzelsperger@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:16:44 +0100 Subject: [PATCH] feat: adopt ThinkIT EDC HTTP client (JS) as friend of EDC (#2616) --- known_friends.md | 1 + 1 file changed, 1 insertion(+) diff --git a/known_friends.md b/known_friends.md index e15430d6d69..60b916a490a 100644 --- a/known_friends.md +++ b/known_friends.md @@ -10,4 +10,5 @@ To get to know how we define "adoptions" and see how to submit a feature, please | IDS Broker Extension | EDC connector extension that can register offered assets in form of IDS Resources to a central IDS Metadata Broker. | [Link to Repo](https://github.com/sovity/edc-extensions/tree/main/extensions/broker) | | EDC GUI | Extended EDC Data Dashboard that integrates the open-source EDC Connector interfaces while adding asset properties and form validation, providing design and UX changes, and introducing configuration profiles. | [Link to Repo](https://github.com/sovity/edc-ui) | | IDS Clearing House Extension | EDC connector extension that can log events to a central IDS Clearing House. | [Link to Repo](https://github.com/sovity/edc-extensions/tree/main/extensions/clearinghouse) | +| EDC Connector HTTP client | An HTTP client to communicate with the EDC Connector for Node.js and the browser. | [Link to Repo](https://github.com/Think-iT-Labs/edc-connector-client) [npm](https://www.npmjs.com/package/@think-it-labs/edc-connector-client) | | ... | ... | ... | \ No newline at end of file