You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create public HTTP endpoints for records within dwn-server.
For example, a GET request to /record/:id would return the record JSON.
There is nothing in the spec about this but they do this in the reference implementation.
Seems more convenient than using POST requests for simple reads.
The text was updated successfully, but these errors were encountered:
Create public HTTP endpoints for records within
dwn-server
.For example, a GET request to
/record/:id
would return the record JSON.There is nothing in the spec about this but they do this in the reference implementation.
Seems more convenient than using POST requests for simple reads.
The text was updated successfully, but these errors were encountered: