@@ -170,28 +170,23 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
170
170
- [` ipfs .files .get (ipfsPath, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get). Alias to ` ipfs .get ` .
171
171
- [` ipfs .files .getReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream)
172
172
- [` ipfs .files .getPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream)
173
- - ` ipfs .ls `
174
- - MFS (mutable file system) specific:
173
+ - [ ` ipfs .ls (ipfsPath, [callback]) ` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#ls)
174
+ - [ MFS (mutable file system) specific](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#mutable-file-system)
175
175
- [` ipfs .files .cp ([from, to], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cp)
176
176
- [` ipfs .files .mkdir (path, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#mkdir)
177
177
- [` ipfs .files .stat (path, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#stat)
178
178
- [` ipfs .files .rm (path, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#rm)
179
179
- [` ipfs .files .read (path, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#read)
180
180
- [` ipfs .files .write (path, content, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#write)
181
181
- [` ipfs .files .mv ([from, to], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#mv)
182
- - [` ipfs .files .ls ([path, options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#ls)
183
- - [` ipfs .files .flush ([path, callback])` (https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#flush)
182
+ - [` ipfs .files .ls ([path, options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#ls-1 )
183
+ - [` ipfs .files .flush ([path, callback])` ] (https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#flush)
184
184
185
185
- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
186
186
- [` ipfs .block .get (cid, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get)
187
187
- [` ipfs .block .put (block, cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put)
188
188
- [` ipfs .block .stat (cid, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat)
189
189
190
- - [repo](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md)
191
- - [` ipfs .repo .gc ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#gc)
192
- - [` ipfs .repo .stat ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#stat)
193
- - [` ipfs .repo .version ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#version)
194
-
195
190
#### ` Graph`
196
191
197
192
- [dag (not implemented, yet!)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md)
@@ -265,17 +260,22 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
265
260
- [` ipfs .config .set (key, value, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
266
261
- [` ipfs .config .replace (config, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
267
262
268
- - stats:
263
+ - [ stats](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md)
269
264
- [` ipfs .stats .bitswap ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bitswap)
270
265
- [` ipfs .stats .bw ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw)
271
266
- [` ipfs .stats .repo ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#repo)
272
267
273
- - log:
268
+ - log
274
269
- ` ipfs .log .ls ([callback])`
275
270
- ` ipfs .log .tail ([callback])`
276
271
- ` ipfs .log .level (subsystem, level, [options, callback])`
272
+
273
+ - [repo](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md)
274
+ - [` ipfs .repo .gc ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#gc)
275
+ - [` ipfs .repo .stat ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#stat)
276
+ - [` ipfs .repo .version ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#version)
277
277
278
- - key:
278
+ - [ key](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md)
279
279
- [` ipfs .key .gen (name, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeygenname-options-callback)
280
280
- [` ipfs .key .list ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeylistcallback)
281
281
- [` ipfs .key .rm (name, [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeyrmname-callback)
0 commit comments