SilentCicero / ipfs-mini

A super tiny module for querying IPFS that works in the browser and node.
MIT License
152 stars 40 forks source link

/api/v0/cat/<cid> is an undocumented behavior, please use /api/v0/cat?arg=<cid> #12

Open MichaelMure opened 5 years ago

MichaelMure commented 5 years ago

Issue Type

Description

ipfs-mini use an undocumented behavior to perform cat. The correct way is to call /api/v0/cat?arg=<cid>, as explained in the documentation.

This will eventually break if not already for some services.