-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement write and delete for HTTP services #403
Comments
FWIW... Solid is w3c standard for enabling interoperable read-write web, that enables storage decoupled, decentralized web applications. It's interaction model has two kinds of resources:
It also supports notion of auxiliary resources. Standardizes following operations:
It's It standardizes uri slash semantics too. Along with above, it standardizes decentralized oidc identity provider, authentication via web-id (one to one), or through oidc flows. And has access control mechanism. Solid protocol will be w3c recommendation soon (Currently ED, with v0.9). Has few companies (like inrupt, headed by w3c chief himself) already providing enterprize implementations. And exists popular oss implementations. Has growing number of apps. Adopted by few govts for providing decentralized services for their citizens. |
Interesting! Sounds like we can implement a |
Although there is no standard API for writing and deleting operations over generic HTTP services. But implementing customized writing and deleting operations is still useful, especially for testing.
PUT
orPOST
DELETE
The text was updated successfully, but these errors were encountered: