w3c-ccg / did-method-web

DRAFT: did:web Decentralized Identifier Method Specification
https://w3c-ccg.github.io/did-method-web/
Other
32 stars 17 forks source link

Define HTTP operations for CRUD #11

Open rhiaro opened 4 years ago

rhiaro commented 4 years ago

Currently this is all unspecified. We should define this method's CRUD operations in the form of HTTP GET, POST, UPDATE and DELETE (or a subset thereof).

dmitrizagidulin commented 4 years ago

As a side note, while we can define the HTTP GET, the other 3 operations we can't really define (since how to update a resource on a web server will vary so drastically from server to server).

dmitrizagidulin commented 4 years ago

+1 to defining GET, -1 to the rest of the operations.