-
Notifications
You must be signed in to change notification settings - Fork 165
Support for /dag endpoints #91
Comments
@hugomrdias @vmx What is the story with |
@aphelionz |
@vmx Should we create an HTTP endpoint |
@aphelionz yes please, as there are tests for it in https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core. |
@aphelionz sorry for not getting to this sooner. Please ping me aggressively if i don't reply fast enough. |
Thanks @hugomrdias, roger all that |
@aphelionz for future discussions. If @hugomrdias and I say opposing things, the last one is the one that counts (we will make sure that we are in sync and update again if needed). |
Will do, thanks @vmx |
Same question as #92 (comment) for |
|
Minor test fix: ipfs/js-ipfs#2987 This will get us passing all but the dag.get EDIT: Nope, it has been already implemented. I'll start trying to wrap up a custom version of js-ipfs under ipfs-rust org for so that we can have a nice checkout of |
References:
/dag/get
Get a dag node from ipfs.
http://localhost:5001/api/v0/dag/get?arg=<ref>
dag.put
ipfs.add
required here, will likely need to refactor testsplain/text
body/dag/put
Add a dag node to ipfs.
curl -F file=@myfile "http://localhost:5001/api/v0/dag/put?format=cbor&input-enc=json&pin=<value>&hash=<value>"
The text was updated successfully, but these errors were encountered: