@@ -19,16 +19,14 @@ remains to be implemented.
19
19
20
20
+ Parameters
21
21
+ arg (string , required ) - The path to a file to be added to IPFS
22
- + recursive (boolean , optional ) - Add directory paths recursively
23
- + quiet (boolean , optional ) - Write minimal output
24
- + silent (boolean , optional ) - Write no output
25
- + progress (boolean , optional ) - Stream progress data
26
- + trickle (boolean , optional ) - Use trickle-dag format for dag generation
27
- + only-hash (boolean , optional ) - Only chunk and hash - do not write to disk
28
- + wrap-with-directory (boolean , optional ) - Wrap files with a directory object
29
- + hidden (boolean , optional ) - Include files that are hidden
30
- + chunker (boolean , optional ) - chunking algorithm to use
31
- + pin (boolean , optional ) - Pin this object when adding. Default true
22
+ + r (boolean , optional ) - Recursive. Add directory paths recursively
23
+ + q (boolean , optional ) - Quiet. Write minimal output
24
+ + p (boolean , optional ) - Progress. Stream progress data
25
+ + t (boolean , optional ) - Trickle. Use trickle-dag format for dag generation
26
+ + n (boolean , optional ) - Only-hash. Only chunk and hash - do not write to disk
27
+ + w (boolean , optional ) - Wrap-with-directory. Wrap files with a directory object
28
+ + H (boolean , optional ) - Hidden. Include files that are hidden
29
+ + s (boolean , optional ) - Chunker. chunking algorithm to use
32
30
33
31
+ Request Single File (application/json)
34
32
0 commit comments