These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Odd CREST facility endpoint problem (nodejs)
var job = { request: { hostname: 'public-crest.eveonline.com', path: '/industry/facilities/', method: 'GET' }};https.request(job.request, function (res) { var body = ''; res.on('data', function (d) { body += d; }); res.on('end', function () { try { body = JSON.parse(body); } catch (err) { job.fail(err); return; } job.success(body); });});
@CCP_FoxFour // Technical Designer // Team Tech Co
Third-party developer? Check out the official developers site for dev blogs, resources, and more.
Maximze your Industry Potential! - Download EVE Isk per Hour!
Import CCP's SDE - EVE SDE Database Builder
method: 'GET'
EVEWalletAware - an offline wallet manager.