-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
QuestionsThese need to be answered and dealt with before merge:
|
to figure out the exact http request used by the ipfs cli, in one terminal run:
and in another run the ipfs command you want, with the flag: i don't think i've ever used the protobuf encoding... odd, but the Links should return links? should be an array of link objects. |
0.4.0 doesn't have object patch anymore, now it has:
|
|
||
+ Request With Empty Argument | ||
|
||
This, and all calls with options, has the same response as it would if an invalid argument is supplied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have the same response as it would be if an invalid argument was supplied.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 100% grammatical. :/
@RichardLitt have you checked #32 (comment) and tried @whyrusleeping suggestion? |
+ `add-link` - with `<name> <ref>`, adds a link to a node | ||
+ `rm-link` - with `<name>`, removes a link from a node | ||
+ `set-data` - sets a node's data | ||
+ `append-data` - appends to a node's data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is 0.3.11 only, in 0.4.0 these args became the name of the commands //cc @dignifiedquire
@diasdavid Working on it. Entire patch command needs to be redone. |
@RichardLitt any news on the patch commands? Would be super helpful for ipfs/js-ipfs#58 :) |
@xicombd I'll prioritize this. Thanks. |
Closing this to stop confusion. |
No description provided.