UNPKG

qansigliere-revelsystems-api-integration

Version:

The main idea of ​​this library created in the JavaScript language is to provide a ready-made set of API methods for integration with Revel Systems Management Console

11 lines (7 loc) 298 B
var { RevelSystemsAPI } = require('./lib/apiIntegration.js'); (async function Demo() { let new_integration = new RevelSystemsAPI(); let resp = await new_integration.downloadCustomerHistory(); console.log(JSON.stringify(resp)); })(); module.exports.RevelSystemsAPI = RevelSystemsAPI;