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/issues/2415
Closes https://github.com/ipfs/js-ipfs-http-client/issues/1215 @hugomrdias @alanshaw Let me know what you think! The tests are passing, I added a new test case, and I've run the lint script.
Extract `mtime` and `mode` Depends on: * [ ] https://github.com/ipfs/interface-js-ipfs-core/pull/589
@ianjdarrow has done some research into open-source licensing and determined that dual-licensing as MIT and Apache 2 is a best practice. Quoting from his writing elsewhere: > This has two...
This PR supports https://github.com/ipfs/js-ipfs/pull/2689 by enabling `localResolve` option for `dag/get`. `localResolve` will avoid resolving through different objects when set to true. ⚠️ This is a WIP PR.
This PR is part of this OKR https://github.com/ipfs/js-ipfs/issues/2276 and will dedupe tests as much as possible to interface-core. - [x] dag - [x] get - [x] key - [x] repo...
This is still a work in progress to add support for chunked uploads (`ipfs.add`) and fix multiple issues related to adding big files. Tests are filtered here https://github.com/ipfs/js-ipfs-api/blob/90c40363fbcd55d29307e51f4feabb8be867ded8/test/add-experimental.spec.js#L38-L46 to make...
It is stated on interface-ipfs-core that `files.ls` type's must be strings (`file` or `directory`). Tests: https://github.com/ipfs/interface-ipfs-core/pull/282
This PR is a proposal to resolve #738 and will also fix #747. In the `dag.get` function we create an temporary in-memory IPLD resolver with a custom bitswap exchange hooked...
For secure remote proxy access.