Dharamendra Kumar

Results 2 comments of Dharamendra Kumar

var getProducts=function(){ return new Promise(function(resolve,reject){ var options = { url: ', method: 'GET', }; request(options, function (error, response, body) { if (error){ reject(error); } if (!error && response.statusCode == 200)...

@stefanoamorelli Love to collaborate on this