Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit b11bd7b

Browse files
committed
Merge pull request #75 from ipfs/feature/update-since-2542
Updated some descriptions given go-ipfs#2542
2 parents f57e203 + e473619 commit b11bd7b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

apiary.apib

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ The API for interacting with IPFS nodes.
77
The HTTP API is currently accepting all methods, so GET will work just as well as POST for any group. Because of this, the methods shown below are the specifications that should be adhered to, although any will work. For more, see this discussion: https://github.com/ipfs/go-ipfs/issues/2165.
88

99
# Group add [POST /add{?arg}{&r,p,t,n,w,H,s}]
10-
11-
Add a file to IPFS.
12-
13-
Note that directories are added recursively, to form the ipfs
14-
MerkleDAG.
10+
Add a file or directory to IPFS.
1511

1612
#### curl
1713

@@ -9630,6 +9626,8 @@ Removes the pinned object from local storage.
96309626
# Group ping
96319627
Send echo request packets to IPFS hosts.
96329628

9629+
Send pings to a peer to verify connectivity and determine latency.
9630+
96339631
## ping [GET /ping{?arg}{&count}]
96349632
A tool to test sending data to other nodes. It finds nodes
96359633
via the routing system, sends pings, waits for pongs, and prints out round-
@@ -9858,7 +9856,8 @@ trip latency information.
98589856

98599857
# Group refs
98609858

9861-
Displays the link hashes an IPFS or IPNS object(s) contains, with the following format:
9859+
Lists the hashes of all the links an IPFS or IPNS object(s) contains,
9860+
with the following format:
98629861

98639862
<link base58 hash>
98649863

0 commit comments

Comments
 (0)