2.1.1 • Published 5 years ago
codersx-sdk v2.1.1
CodersX SDK
Install
$ npm install codersx-sdk --save
How to use
const { AuthService, ExamService, InvoiceService } = require('codersx-sdk');
const token = await AuthService.authenticate({ email, password });
const examService = new ExamService({ token, host }); // stg host is different from prod host
const testData = [...];
const tests = await examService.createTests(testData);
Development
TBD
Contribute
TBD