-
I don't see the equivalent of the See the official doc:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Helia does not come with a built in RPC (or REST) API like js-ipfs. Depending on the codec of your data, you can use other codec-specific methods to find references to other CIDs. With UnixFS, you can use the Can you share more information about what you're trying to do? |
Beta Was this translation helpful? Give feedback.
Helia does not come with a built in RPC (or REST) API like js-ipfs.
Depending on the codec of your data, you can use other codec-specific methods to find references to other CIDs.
With UnixFS, you can use the
ls
method to iterate of UnixFS nodes.Can you share more information about what you're trying to do?