@@ -262,11 +262,6 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
262
262
- [ ` ipfs.block.put(block, cid, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put )
263
263
- [ ` ipfs.block.stat(cid, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat )
264
264
265
- - [ repo] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/ )
266
- - ` ipfs.repo.init `
267
- - ` ipfs.repo.version `
268
- - ` ipfs.repo.gc ` (not implemented, yet!)
269
-
270
265
#### ` Graph `
271
266
272
267
- [ dag] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md )
@@ -340,6 +335,17 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
340
335
- ` ipfs.start([callback]) `
341
336
- [ ` ipfs.stop([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/MISCELLANEOUS.md#stop )
342
337
- ` ipfs.isOnline() `
338
+
339
+ - [ repo] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md )
340
+ - ` ipfs.repo.init `
341
+ - [ ` ipfs.repo.stat([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#stat )
342
+ - [ ` ipfs.repo.version([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#version )
343
+ - ` ipfs.repo.gc([options, callback]) ` (not implemented, yet!)
344
+
345
+ - [ stats] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md )
346
+ - [ ` ipfs.stats.bitswap([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bitswap )
347
+ - [ ` ipfs.stats.bw([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw ) (not implemented, yet!)
348
+ - [ ` ipfs.stats.repo([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#repo )
343
349
344
350
- [ config] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md )
345
351
- [ ` ipfs.config.get([key, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configget )
0 commit comments