This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
Why does this not work?
ipfs.files.cat('/ipfs/<hash>/path')
- The js-ipfs api says only a multihash or a string-encoded multihash.
- calling
cat on a path is standard IPFS api. not doing this is confusing to users of ipfs.
- nothing here: https://github.com/ipfs/js-ipfs#api takes a path. this isn't right.
- looked for alternative functions or examples that did this for 15 minutes. could not figure it out. 👎