UNPKG

resume-node-rest-connector

Version:
6 lines (5 loc) 255 B
const RESUME = require('../index').HttpClient; // Test with username and password // new RESUME('https://resume.sati.co.th','USERNAME','PASSWORD').test(); // Test without username and password new RESUME('https://resume.sati.co.th').testAnonymous();