nodeSolidServer / nodeSolidServer/node-solid-server
Implement storage description resource discovery
@sumeetkolekarr is already working on this.
Since Jan 13, 2025.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
https://solidproject.org/ED/protocol#server-storage-description details the discovery of the storage description resource.
Servers MUST include the Link header field with rel="http://www.w3.org/ns/solid/terms#storageDescription" targeting the URI of the storage description resource in the response of HTTP GET, HEAD and OPTIONS requests targeting a resource in a storage.
https://github.com/solid/specification/issues/355#issuecomment-1140508784 shows how an application (e.g., https://dokie.li/ ) makes use of such resource to discover the features of the storage. Some common use cases are mentioned in https://github.com/solid/specification/issues/355#use-cases
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.