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 12
12
13
13
##### ` Go ` ** WIP**
14
14
15
- ##### ` JavaScript ` - ipfs.dag.put(dagNode, options, callback)
15
+ ##### ` JavaScript ` - ipfs.dag.put(dagNode, [ options] , [ callback] )
16
16
17
17
- ` dagNode ` - a DAG node that follows one of the supported IPLD formats.
18
18
- ` 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.
48
48
49
49
##### ` Go ` ** WIP**
50
50
51
- ##### ` JavaScript ` - ipfs.dag.get(cid [ , path, options] , callback)
51
+ ##### ` JavaScript ` - ipfs.dag.get(cid, [ path] , [ options] , [ callback] )
52
52
53
53
- ` cid ` - can be one of the following:
54
54
- 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.
119
119
120
120
##### ` Go ` ** WIP**
121
121
122
- ##### ` JavaScript ` - ipfs.dag.tree(cid [ , path, options] , callback)
122
+ ##### ` JavaScript ` - ipfs.dag.tree(cid, [ path] , [ options] , [ callback] )
123
123
124
124
- ` cid ` - can be one of the following:
125
125
- a [ CID] ( https://github.com/ipfs/js-cid ) instance.
You can’t perform that action at this time.
0 commit comments