Replies: 1 comment
-
Our IpfsClient trait capabilities (and the KuboClient implementation) were designed for Noosphere's interaction with IPFS, namely syndicating and pinning blocks on IPFS after storing blocks in Noosphere storage. If the existing functionality works for you, excellent! Though with caveats: as Noosphere is still in early development stages, we may make aggressive breaking changes, or even drop Kubo support altogether opting for another syndication solution. I'm hesitant to expand functionality outside of our use case, but could consider something that doesn't add extra overhead, though here specifically, we'd need to collect all the PinAddResponse from the multiple requests per |
Beta Was this translation helpful? Give feedback.
-
I was delighted to find that there is a (seemingly) ready-to-use kubo RPC client, but discovered that the responses are not returned. 😞
It would be a lot more useful to me if that weren't the case - is there a reason for that? Is it worth a PR to change it?
Beta Was this translation helpful? Give feedback.
All reactions