ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client
Method for creating new directory object w/ set of links
Open
question
- Dominant language
- Python
- Stars
- 685
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
Given a list or iterable of `{"Hash": CID, "Name": str}` objects, it should be possible to create a new directory object using `object.put` without having to manually create the directory object in bytes, query the size of links, or recursively add single links to directories one at a time (creating intermediate objects). Not sure if I'm missing an API for how to do this, but it would be pretty helpful.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.