ipfs-shipyard / net-ipfs-core

MIT License
19 stars 7 forks source link

Add support for Kubo MFS #11

Closed Arlodotexe closed 1 year ago

Arlodotexe commented 1 year ago

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:

Derrick- commented 1 year ago

I have this written, I'll PR soon

See also https://github.com/ipfs-shipyard/net-ipfs-http-client/issues/14