Closed
Description
Here are some things I'd like to work on over the next couple weeks:
- documentation
- write doc strings for all api methods
- make a readthedocs.org page
- file streaming
- chunk large files and multiple files instead of adding them all to the same buffer
- use file streaming for all add operations, not just recursive add
- support
ipfs get
, i.e. streaming files/directories directly to disk (re: get directory from hash #28)
- async
- edit: make client more friendly for async integration