ipfs-api 0.11.0

Implementation of an IPFS HTTP API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "Peers": [
    {
      "Addr": "/ip4/35.167.26.28/tcp/4001",
      "Peer": "QmNRuQrwtGgeVQgndTny4A4Rukg7GR7vzDJrVJxUBfqevk",
      "Latency": "393.975341ms",
      "Muxer": "*sm_yamux.conn",
      "Streams": [
        {
          "Protocol": ""
        },
        {
          "Protocol": "/ipfs/bitswap"
        }
      ]
    }
  ]
}