fsspec / ipfsspec

readonly python fsspec implementation for IPFS
MIT License
21 stars 10 forks source link

`/api/v0` is deprecated on the gateway port #28

Closed d70-t closed 1 month ago

d70-t commented 5 months ago

Some functionality of ipfsspec (stat and ls) relies on accessing the (restricted) API through the gateway interface, this is no longer possible, because the /api/v0 endpoint has been removed. In the meantime, a lot of missing functionality has been added to the gateway, such that it's now likely possible to implement ipfsspec on top of regular gateway functionality (e.g. using the trustless gateway spec)