Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 6fadfc9

Browse files
hacdiasdaviddias
authored andcommitted
docs: add stats.bw* to README (#1267)
1 parent 4e786db commit 6fadfc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,9 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
347347

348348
- [stats](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md)
349349
- [`ipfs.stats.bitswap([callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bitswap)
350-
- [`ipfs.stats.bw([options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw) (not implemented, yet!)
350+
- [`ipfs.stats.bw([options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bw)
351+
- [`ipfs.stats.bwPullStream([options]) -> Pull Stream`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bwpullstream)
352+
- [`ipfs.stats.bwReadableStream([options]) -> Readable Stream`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#bwreadablestream)
351353
- [`ipfs.stats.repo([options, callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/STATS.md#repo)
352354

353355
- [config](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md)

0 commit comments

Comments
 (0)