These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
Thera.js - A Promise driven EVE API client for node.js
import thera from 'thera'; var xmlClient = new thera.XmlClient({ keyID: '123456', vCode: 'verificationcode123123123123123'}); xmlClient.get('account/Characters').then(accountCharacters => { // do something with the account/Characters resource });
npm install thera
@CCP_FoxFour // Technical Designer // Team Tech Co
Third-party developer? Check out the official developers site for dev blogs, resources, and more.