nodecraft / b2-cloud-storage

Backblaze B2 Cloud Storage API Client. Implements all of the B2 Cloud Storage APIs, with helper methods for uploading files.
MIT License
42 stars 10 forks source link

Drop dependency on `request` #31

Open Cherry opened 4 years ago

Cherry commented 4 years ago

request is now unmaintained. It still works really well and is actively used, but when we resolve #30, we should transition to something like node-fetch that uses promises.