@@ -256,11 +256,6 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
256
256
- [ ` ipfs.block.put(block, cid, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#put )
257
257
- [ ` ipfs.block.stat(cid, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#stat )
258
258
259
- - [ repo] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/ )
260
- - ` ipfs.repo.init `
261
- - ` ipfs.repo.version `
262
- - ` ipfs.repo.gc ` (not implemented, yet!)
263
-
264
259
#### ` Graph `
265
260
266
261
- [ dag] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/DAG.md )
@@ -334,6 +329,17 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
334
329
- ` ipfs.start([callback]) `
335
330
- ` ipfs.stop([callback]) `
336
331
- ` ipfs.isOnline() `
332
+
333
+ - [ repo] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md )
334
+ - ` ipfs.repo.init `
335
+ - [ ` ipfs.repo.stat([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#stat )
336
+ - [ ` ipfs.repo.version([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/REPO.md#version )
337
+ - ` ipfs.repo.gc([options, callback]) ` (not implemented, yet!)
338
+
339
+ - [ stats] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md )
340
+ - [ ` ipfs.stats.bitswap([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bitswap )
341
+ - [ ` ipfs.stats.bw([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw ) (not implemented, yet!)
342
+ - [ ` ipfs.stats.repo([options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#repo )
337
343
338
344
- [ config] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md )
339
345
- [ ` ipfs.config.get([key, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configget )
0 commit comments