Skip to content

Commit

Permalink
Added cat
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Dec 8, 2015
1 parent 80df839 commit a3bf473
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,20 @@ Outputs the list of peers that were removed.
}
```

# group cat

## cat [GET /cat{?arg}]
Retrieves the object named by <ipfs-or-ipns-path> and outputs the data it contains.

+ Parameters
+ arg (string, required) - The path to the IPFS object(s) to be outputted

+ Response 200

+ Headers
- Transfer-Encoding: chunked
- X-Stream-Output: 1

# Group commands

## commands [GET /commands]
Expand Down

0 comments on commit a3bf473

Please sign in to comment.