@@ -356,15 +356,30 @@ The core API is grouped into several areas:
356356#### ` Files`
357357
358358- [files](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md)
359- - [` ipfs .files .add (data, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#add)
360- - [` ipfs .files .addReadableStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addreadablestream)
361- - [` ipfs .files .addPullStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addpullstream)
362- - [` ipfs .files .cat (ipfsPath, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat)
363- - [` ipfs .files .catReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream)
364- - [` ipfs .files .catPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream)
365- - [` ipfs .files .get (ipfsPath, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get)
366- - [` ipfs .files .getReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream)
367- - [` ipfs .files .getPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream)
359+ - [` ipfs .files .add (data, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesadd). Alias to ` ipfs .add ` .
360+ - [` ipfs .files .addPullStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesaddpullstream)
361+ - [` ipfs .files .addReadableStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesaddreadablestream)
362+ - [` ipfs .files .cat (ipfsPath, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescat). Alias to ` ipfs .cat ` .
363+ - [` ipfs .files .catPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescatpullstream)
364+ - [` ipfs .files .catReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescatreadablestream)
365+ - [` ipfs .files .get (ipfsPath, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesget). Alias to ` ipfs .get ` .
366+ - [` ipfs .files .getPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesgetpullstream)
367+ - [` ipfs .files .getReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesgetreadablestream)
368+ - [` ipfs .ls (ipfsPath, [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#ls)
369+ - [` ipfs .lsPullStream (ipfsPath)` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#lspullstream)
370+ - [` ipfs .lsReadableStream (ipfsPath)` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#lsreadablestream)
371+ - [MFS (mutable file system) specific](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#mutable-file-system)
372+ - [` ipfs .files .cp ([from, to], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescp)
373+ - [` ipfs .files .flush ([path], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesflush)
374+ - [` ipfs .files .ls ([path], [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesls)
375+ - [` ipfs .files .mkdir (path, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesmkdir)
376+ - [` ipfs .files .mv ([from, to], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesmv)
377+ - [` ipfs .files .read (path, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesread)
378+ - [` ipfs .files .readPullStream (path, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesreadpullstream)
379+ - [` ipfs .files .readReadableStream (path, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesreadreadablestream)
380+ - [` ipfs .files .rm (path, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesrm)
381+ - [` ipfs .files .stat (path, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesstat)
382+ - [` ipfs .files .write (path, content, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#fileswrite)
368383
369384- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
370385 - [` ipfs .block .get (cid, [options, callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get)
0 commit comments