UNPKG

mws-zodane-advanced

Version:

fixed throtal resend

16 lines (12 loc) 306 B
const mws = require('..'); const keys = require('../test/keys.json'); mws.init(keys); async function main() { try { const results = await mws.getReportListAll(); console.log(JSON.stringify(results, null, 4)); } catch (err) { console.warn('* error', err); } } main();