mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-05 01:01:05 +00:00
docs: fix API docs
This commit is contained in:
parent
c1a471793d
commit
c23f147bda
35
README.md
35
README.md
@ -115,7 +115,7 @@ class Node extends libp2p {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
discovery: [
|
discovery: [
|
||||||
new MulticastDNS(peerInfo, 'your-identifier')
|
new MulticastDNS(peerInfo)
|
||||||
],
|
],
|
||||||
// DHT is passed as its own enabling PeerRouting, ContentRouting and DHT itself components
|
// DHT is passed as its own enabling PeerRouting, ContentRouting and DHT itself components
|
||||||
dht: DHT
|
dht: DHT
|
||||||
@ -182,19 +182,6 @@ class Node extends libp2p {
|
|||||||
|
|
||||||
- `key`: Buffer
|
- `key`: Buffer
|
||||||
|
|
||||||
#### `libp2p.dht.put(key, value, callback)`
|
|
||||||
|
|
||||||
- `key`: Buffer
|
|
||||||
- `value`: Buffer
|
|
||||||
|
|
||||||
#### `libp2p.dht.get(key, callback)`
|
|
||||||
|
|
||||||
- `key`: Buffer
|
|
||||||
|
|
||||||
#### `libp2p.dht.getMany(key, nVals, callback)`
|
|
||||||
|
|
||||||
- `key`: Buffer
|
|
||||||
- `nVals`: Number
|
|
||||||
|
|
||||||
#### `libp2p.handle(protocol, handlerFunc [, matchFunc])`
|
#### `libp2p.handle(protocol, handlerFunc [, matchFunc])`
|
||||||
|
|
||||||
@ -228,7 +215,7 @@ class Node extends libp2p {
|
|||||||
|
|
||||||
- `peer`: instance of [PeerInfo][]
|
- `peer`: instance of [PeerInfo][]
|
||||||
|
|
||||||
#### `libp2p.isOn()`
|
#### `libp2p.isStarted()`
|
||||||
|
|
||||||
> Check if libp2p is started
|
> Check if libp2p is started
|
||||||
|
|
||||||
@ -246,6 +233,24 @@ class Node extends libp2p {
|
|||||||
|
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
`DHT methods exposed`
|
||||||
|
|
||||||
|
#### `libp2p.dht.put(key, value, callback)`
|
||||||
|
|
||||||
|
- `key`: Buffer
|
||||||
|
- `value`: Buffer
|
||||||
|
|
||||||
|
#### `libp2p.dht.get(key, callback)`
|
||||||
|
|
||||||
|
- `key`: Buffer
|
||||||
|
|
||||||
|
#### `libp2p.dht.getMany(key, nVals, callback)`
|
||||||
|
|
||||||
|
- `key`: Buffer
|
||||||
|
- `nVals`: Number
|
||||||
|
|
||||||
|
---------------------
|
||||||
|
|
||||||
`SOON™`
|
`SOON™`
|
||||||
|
|
||||||
#### `libp2p.findPeers`
|
#### `libp2p.findPeers`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user