This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
js-ipfs-unixfs #113
Closed
Description
This issue focus on detailing the improvements we are committing to do for js-ipfs milestone 1
.
unixfs
is one of the Data Structures that gets mounted on top of the MerkleDAG, it is what enables ipfs to handle files, like adding and getting them to IPFS. Currently this module is pretty close to finished, only requiring a second (or third) pair of eyes to go through the code, increase the code coverage and make sure everything feels right.
https://github.com/ipfs/js-ipfs-unixfs
TODO list:
- increase code coverage to 100%
- enable circle-ci
- update release process to the dignified pipeline
- examples
- ensure that every API call is documented Finish and improve the documentation ipfs-inactive/js-ipfs-http-client#58 (note that the
feat/files-api
has more docs than master