Table of Contents generated with DocToc
- API Reference
- Core
- Extensions
add(arrayOrBufferOrStream, [callback])namefilesfiles.cp(src, target, [callback])files.ls(folder, [callback])files.mkdir(folder, [options, callback])files.stat(fileOrFolder, [callback])files.rm(fileOrFolder, [options, callback])files.read(fileOrFolder, [callback])files.write(file, bufferOrArray, [options, callback])files.mv(src, target, [callback])
mount(ipfs, ipns, [callback])
- Tooling
- Network
We classify the API calls by 'core', 'extensions', 'tooling', and 'network', following the same API spec organization available at ipfs/specs.
The tests folder also contains great examples that can be used to understand how this client library interacts with the HTTP-API. You can find the tests here.