calvinmetcalf / cabs

Content Addressable Blob Store
6 stars 2 forks source link

passing in options to high level functions #11

Closed max-mapper closed 10 years ago

max-mapper commented 10 years ago

in index.js what do you think about changing it from Cabs.write(path[, hashFunction, limit]); to also accept Cabs.write(options);? otherwise there is no way to specify depth

max-mapper commented 10 years ago

w00t