-
Notifications
You must be signed in to change notification settings - Fork 165
Support for /refs endpoints #92
Comments
@vmx and @hugomrdias Looks like these interface tests use the |
yes |
@hugomrdias @vmx Forgive the potentially very basic question, but what is the transliteration between - await all(ipfs.add(dirs))
+ await all(dirs.map(dir => ipfs.block.put(dir.content))) |
They do different things:
You could think of |
In terms of |
Without having a closer look, I'd expect that |
Ok, I'll be making a PR to that effect then 👍 |
References:
/refs
List links (references) from an object.
curl "http://localhost:5001/api/v0/refs?arg=<ipfs-path>&format=<dst>&edges=<value>&unique=<value>&recursive=<value>&max-depth=-1"
object.put
Need to refactor tests./refs/local
List all local references.
curl "http://localhost:5001/api/v0/refs/local"
ipfs.dag.put
The text was updated successfully, but these errors were encountered: