ipfs-shipyard/net-ipfs-core

Add support for Kubo MFS

Closed this issue · 1 comments

The problem

The Core API does not have a way to interact with MFS.

The solution

Create a new interface and the types needed for interacting with MFS via the Core API. This includes all endpoints under /api/v0/files/.

Reference:

I have this written, I'll PR soon

See also
ipfs-shipyard/net-ipfs-http-client#14