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

Commit

Permalink
Int >> number
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 19, 2016
1 parent 4dd97b6 commit fafba30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ Retrieves the object named by <ipfs-or-ipns-path> and stores the data to disk.
+ output (string, optional) - The path where the output should be stored. Default: './<ipfs-path>'.
+ archive (boolean, optional) - Output a TAR archive. Default: false.
+ compress (boolean, optional) - Compress the output with GZIP compression. Default: false.
+ compression-level (enum[int], optional) - The level of compression.
+ compression-level (enum[number], optional) - The level of compression.
+ Members
+ Default: -1
+ 0
Expand Down Expand Up @@ -1369,7 +1369,7 @@ root will not be listable, as it is virtual. Access known paths directly.
The IPFS error object

+ message (string) - the error message
+ code (enum[int]) - the status code
+ code (enum[number]) - the status code
+ Members
+ `0`
+ `1`
Expand Down

0 comments on commit fafba30

Please sign in to comment.