tonic + npm: request

node v0.10.48
version: 1.0.0
endpointsharetweet
var request = require('request'); var body = ""; request.get('https://ws-uat.ewinerysolutions.com/2.00/EWSWebServices.asmx?wsdl') .on('data', function(data){ body += data; }).on('end', function() { console.log(body.length); console.log(body); })
Created from: https://tonicdev.com/npm/request
Loading…

no comments

    sign in to comment