Looking for a Java client SDK for Connector API #3021
Unanswered
SebMarsolle
asked this question in
Q&A
Replies: 2 comments
-
Hi, you can use the connector's management API spec as a starting point, but depending on the authentication you use, and because that API uses JSON-LD, you will likely have to heavily modify any generated code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Partially answered in #886 I understand there is no packaged Java client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I already posted the same question in Samples eclipse-edc/Samples#52
I'm implementing a demonstrator application in Java,
I would like to interact with a running EDC connector to publish some assets and negotiate contracts on my "MVD",
I see in the samples that there are API we can call with simple curl commands with JSON documents,
Is there somewhere a client SDK in Java that interacts with all connector's APIs ?
Should I generate my client from a swagger or openapi yaml file ?
Regards, S. MARSOLLE from Toulouse.
Beta Was this translation helpful? Give feedback.
All reactions