{ "opencollection": "1.0.0", "info": { "name": "IPFS RPC Add Cat API", "version": "v0" }, "items": [ { "info": { "name": "Cat", "type": "folder" }, "items": [ { "info": { "name": "cat", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5001/api/v0/cat", "params": [ { "name": "arg", "value": "", "type": "query", "description": "The path to the IPFS object(s) to be outputted." }, { "name": "offset", "value": "", "type": "query", "description": "Byte offset to begin reading from." }, { "name": "length", "value": "", "type": "query", "description": "Maximum number of bytes to read." }, { "name": "progress", "value": "", "type": "query", "description": "Stream progress data." } ] }, "docs": "Show IPFS object data." } ] } ], "bundled": true }