Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit a86753a

Browse files
committed
Adds API for ipfs.files.get.
1 parent e8d8172 commit a86753a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Files](/API/files)
2121
- [`add`](/API/files#add)
2222
- [`createAddStream`](/files#createaddstream)
23+
- [`get`](/API/files#get)
2324
- [`cat`](/API/files#cat)
2425
- [Object](/API/object)
2526
- [`object.new`](/API/object#objectnew)
@@ -99,7 +100,7 @@ test.all(common)
99100
100101
## API
101102

102-
A valid (read: that follows this interface) IPFS core implementation, must expose the API described in [/API](/API)
103+
A valid (read: that follows this interface) IPFS core implementation must expose the API described in [/API](/API).
103104

104105
## Contribute
105106

@@ -114,3 +115,5 @@ This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/c
114115
## License
115116

116117
MIT
118+
119+
[UnixFS]: https://github.com/ipfs/specs/tree/master/unixfs

0 commit comments

Comments
 (0)