js-ipfs-http-client
js-ipfs-http-client copied to clipboard
[ARCHIVED] now part of the https://github.com/ipfs/js-ipfs repo
Related to https://github.com/ipfs/js-ipfs-api/issues/562 Provide the Abspath header in the stream for files so the filestore can find the actual file on disk. It works but I still get errors like...
PR aiming to have the `ipns` core interface tests enabled on the API.
Hi! I was trying to solve #790 but I decided to stop here because I'm not sure if this is the right path and I decide to ask you what...
A test to verify this is available at ipfs/interface-ipfs-core#330 and needs to be merged first. Fixes #799 License: MIT Signed-off-by: Pascal Precht [email protected]
Hi, Here is a small change to support adding files using the filestore in go-ipfs via the HTTP API. As described in #562, In order to use the filestore, an...