post http://127.0.0.1:5001/api/v1/files/read
Read a file in a given mfs.
Arguments
Arguments | Description | Type | Required? |
---|---|---|---|
arg | Path to file to be read. | string | Y |
offset | Byte offset to begin reading from. | integer | N |
count | Maximum number of bytes to read. | integer | N |