TBD54566975 / dwn-server

DWN server - host anywhere publicly accessible for DIDs to use
Apache License 2.0
40 stars 41 forks source link

DEST Records Read #34

Closed csuwildcat closed 1 year ago

csuwildcat commented 1 year ago

this PR adds an http endpoint GET /dwn/:did/records/:record-id that can be used to get the data associated to a published record. This endpoint requires no authentication or authorization because the author intends for it to be publicly consumable. Example usage has been included in the examples/dest directory.

This is the first of many endpoints like this that we intend to introduce to expose a REST-like (aka DEST) api surface for DWNs

finn-tbd commented 1 year ago

Closing in favor of #52