dag-put does not seem to work #14
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jadedctrl/cl-ipfs-api2#14
Ŝarĝante…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The first argument of the function
dag-put
is dag-node, but it seems strange.When we put a dag piece into the IPFS, we usualy don't not know the CID of the input.
Perhaps the first API should be input.
For example:
This function works for both files and streams, as in the following example:
Thanks!