This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313##### ` Go ` ** WIP**
1414
15- ##### ` JavaScript ` - ipfs.dag.put(dagNode, options, callback)
15+ ##### ` JavaScript ` - ipfs.dag.put(dagNode, [ options] , [ callback] )
1616
1717- ` dagNode ` - a DAG node that follows one of the supported IPLD formats.
1818- ` options ` - a object that might contain the following values:
@@ -48,7 +48,7 @@ A great source of [examples][] can be found in the tests for this API.
4848
4949##### ` Go ` ** WIP**
5050
51- ##### ` JavaScript ` - ipfs.dag.get(cid [ , path, options] , callback)
51+ ##### ` JavaScript ` - ipfs.dag.get(cid, [ path] , [ options] , [ callback] )
5252
5353- ` cid ` - can be one of the following:
5454 - a [ CID] ( https://github.com/ipfs/js-cid ) instance.
@@ -119,7 +119,7 @@ A great source of [examples][] can be found in the tests for this API.
119119
120120##### ` Go ` ** WIP**
121121
122- ##### ` JavaScript ` - ipfs.dag.tree(cid [ , path, options] , callback)
122+ ##### ` JavaScript ` - ipfs.dag.tree(cid, [ path] , [ options] , [ callback] )
123123
124124- ` cid ` - can be one of the following:
125125 - a [ CID] ( https://github.com/ipfs/js-cid ) instance.
You can’t perform that action at this time.
0 commit comments