We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IpfsClient::dag_put
As a rust dev new to IPFS, it's not clear to me from the IpfsClient::dag_put docs how to publish linked nodes.
Improve the doc example to show putting two nodes, where the parent node links to a child node with a CID.
CID
This might live in ipfs-api-examples/examples/dag.rs, or directly in the dag_put doc comment if it's concise enough.
ipfs-api-examples/examples/dag.rs
dag_put
(This came from #76 but I thought it would help to have a separate specific ticket.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a rust dev new to IPFS, it's not clear to me from the
IpfsClient::dag_put
docs how to publish linked nodes.Improve the doc example to show putting two nodes, where the parent node links to a child node with a
CID
.This might live in
ipfs-api-examples/examples/dag.rs
, or directly in thedag_put
doc comment if it's concise enough.(This came from #76 but I thought it would help to have a separate specific ticket.)
The text was updated successfully, but these errors were encountered: