Expose API for uploading CAR files #288
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
P1
High: Likely tackled by core team if no one steps up
We just need to abstract the current
put()
method a little. Probably turn this into an_
method https://github.com/web3-storage/web3.storage/blob/main/packages/client/src/lib.js#L131 and write a small function on top like “putCAR()
” to call the_
method.The text was updated successfully, but these errors were encountered: