ipfs-shipyard / net-ipfs-core

MIT License
19 stars 7 forks source link

IMfsApi and supporting models for making calls to /files endpoints #13

Closed Derrick- closed 1 year ago

Derrick- commented 1 year ago

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

Tested against ipfs version 0.9.0

Related: https://github.com/ipfs-shipyard/net-ipfs-http-client/issues/14 https://github.com/ipfs-shipyard/net-ipfs-core/issues/11

Derrick- commented 1 year ago

Can we merge this?