@@ -170,27 +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:
175
- - ` ipfs .files .cp `
176
- - ` ipfs .files .ls `
177
- - ` ipfs .files .mkdir `
178
- - ` ipfs .files .stat `
179
- - ` ipfs .files .rm `
180
- - ` ipfs .files .read `
181
- - ` ipfs .files .write `
182
- - ` ipfs .files .mv `
183
- - ` ipfs .files .flush (path, [ callback])`
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
+ - [ ` ipfs .files .cp ([from, to], [callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cp)
176
+ - [ ` ipfs .files .mkdir (path, [options, callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#mkdir)
177
+ - [ ` ipfs .files .stat (path, [options, callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#stat)
178
+ - [ ` ipfs .files .rm (path, [options, callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#rm)
179
+ - [ ` ipfs .files .read (path, [options, callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#read)
180
+ - [ ` ipfs .files .write (path, content, [options, callback]) ` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#write)
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-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
191
- - ` ipfs .repo .stat ()`
192
- - ` ipfs .repo .gc ()`
193
-
194
190
#### ` Graph`
195
191
196
192
- [dag (not implemented, yet!)](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md)
@@ -264,17 +260,22 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
264
260
- [` ipfs .config .set (key, value, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
265
261
- [` ipfs .config .replace (config, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
266
262
267
- - stats:
268
- - ` ipfs .stats .bitswap ([callback])`
269
- - ` ipfs .stats .bw ([options, callback])`
270
- - ` ipfs .stats .repo ([options, callback])`
263
+ - [ stats](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md)
264
+ - [ ` ipfs .stats .bitswap ([callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bitswap)
265
+ - [ ` ipfs .stats .bw ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw)
266
+ - [ ` ipfs .stats .repo ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#repo)
271
267
272
- - log:
268
+ - log
273
269
- ` ipfs .log .ls ([callback])`
274
270
- ` ipfs .log .tail ([callback])`
275
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)
276
277
277
- - key:
278
+ - [ key](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md)
278
279
- [` ipfs .key .gen (name, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeygenname-options-callback)
279
280
- [` ipfs .key .list ([options, callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeylistcallback)
280
281
- [` ipfs .key .rm (name, [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/KEY.md#javascript---ipfskeyrmname-callback)
0 commit comments