ppatidar
05/23/2017, 8:45 AMmartin
06/16/2017, 4:22 PMsamuell
06/29/2017, 1:52 PMsamuell
06/29/2017, 1:53 PMfs.writeFileSync(targetPath, new Buffer(response.data, 'base64'))
samuell
06/29/2017, 1:53 PMaxios
agartha
06/29/2017, 1:55 PMsamuell
06/29/2017, 1:55 PMagartha
06/29/2017, 1:56 PMagartha
06/29/2017, 1:56 PMsamuell
06/29/2017, 1:56 PMagartha
06/29/2017, 1:56 PMsamuell
06/29/2017, 1:57 PMagartha
06/29/2017, 1:58 PMsamuell
06/29/2017, 1:58 PMagartha
06/29/2017, 1:59 PM// GET request for remote image
axios({
method:'get',
url:'<http://bit.ly/2mTM3nY>',
responseType:'stream'
})
.then(function(response) {
response.data.pipe(fs.createWriteStream('ada_lovelace.jpg'))
});
agartha
06/29/2017, 2:00 PMsamuell
06/29/2017, 2:02 PMagartha
06/29/2017, 2:02 PMresponseType: 'stream'
?samuell
06/29/2017, 2:03 PMThe provided value 'stream' is not a valid enum value of type XMLHttpRequestResponseType.
agartha
06/29/2017, 2:06 PMsamuell
06/29/2017, 2:07 PMagartha
06/29/2017, 2:07 PMsamuell
06/29/2017, 2:07 PMagartha
06/29/2017, 2:08 PMsamuell
06/29/2017, 2:16 PMsamuell
06/29/2017, 2:16 PMagartha
06/29/2017, 2:20 PMagartha
06/29/2017, 2:20 PMsamuell
06/30/2017, 8:01 AMamr
07/01/2017, 1:12 PM