-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Wrapper: Use Case API Initiative (Ongoing) #182
Comments
To summarize from friday: This is what it will most likely be. We will decide the own data amount to return per endpoint. This might be less than the Management API returns, or more. This makes it so that we can also change the object's structure, e.g. for policies. We do not need to copy all the classes, but can decide on a per-endpoint basis what the right thing to return is. For cases with polymorphisms, such as the EDC Expression class we need to provide sum types, so we A) have a decided and clear cut scope we support and B) they can work in the generated clients, as overriding JSON in Java is not easy. |
As I understand from the current status of the API Wrapper, we have implemented simplified workflow already. Assuming my understanding is correct, we should evaluate what remains to be completed and define the solution proposal accordingly. Target for evaluation is: Sprint 43 |
Bumps io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.14 to 2.2.15. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-jaxrs2-jakarta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No we have not. The idea is to offer a simplified "createDataOffer", "deleteDataOffer", "listDataOffers" as single API calls |
@richardtreier what is the status? |
Epic
Description
With our EDC API Wrapper and EDC API Clients underway the goal is to develop an API for Use Case Application developers that can contain a simplified EDC workflow, and more stable API endpoints than our UI endpoints. This is required because our API Wrapper UI API is both tightly coupled to the UI scope and subject to change over time depending on UI needs.
Requirements
Work Breakdown
Acceptance criteria and must have scope
The text was updated successfully, but these errors were encountered: