ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

Implement /object/patch/add-link #107

Closed chrisrossi closed 1 year ago

chrisrossi commented 1 year ago

Hi, thank you for this wonderful library! For a project I'm working on I need to use "/object/patch/add-link" which still had a TODO, so I implemented it. The groundwork you've already laid made that very easy and straightforward, so thank you, and good job. If this needs any fix ups to meet your standards, let me know. Thanks!

ferristseng commented 1 year ago

Looks good to me! Glad it was easy to contribute!

One small thing, do you mind just running cargo fmt so the checks pass. Ty again!

chrisrossi commented 1 year ago

Looks good to me! Glad it was easy to contribute!

One small thing, do you mind just running cargo fmt so the checks pass. Ty again!

Sorry about that, I thought I had already! Done now.