-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Description
Hi all,
In #5 , a first version of REST API for the wallet has been built and exposed.
Question: how have the endpoint URLs & resources been defined?
- Looking into: /src/ProjectOrigin.WalletSystem.Server/Services/REST/v1/ModelsV1.cs
-> I see resources like ClaimedCertificate (versus a GranularCertificate), AggregatedCertificates, AggregatedClaims which are new to me. - Looking into: /src/ProjectOrigin.WalletSystem.Server/Services/REST/v1/WalletController.cs
-> there are corresponding API endpoints v1/aggregate-certificates and v1/aggregate-claims
This deviates from our Elia Group API definition, which we shared earlier. I'd like to understand the rationale for the deviations.
Our definition:
ETT business architecture_v2023-08-22.pdf
Maybe also best to have API endpoint definitions documented at a given moment.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done