walt-id / waltid-walletkit

Toolkit for SSI and NFT/SBT wallets
https://docs.walt.id
Apache License 2.0
31 stars 25 forks source link

Bug - Endpoint for /config/did/{id} does not exist #171

Closed cre8 closed 11 months ago

cre8 commented 1 year ago

Since we can not query the /api/wallet directly there is no endpoint right now to request the did document via the issuer-api.

It would be great the query it either via GET /config/did/{id} or /config/did/doc/{id}.

The first solution would follow the typical pattern for REST APIs, but could lead to breaking systems. So the other option would be the besser way in case there will be more GET endpoints in the future.

mikeplotean commented 11 months ago

fixed by https://github.com/walt-id/waltid-walletkit/pull/174