2.1.1 • Published 5 years ago

codersx-sdk v2.1.1

Weekly downloads
8
License
ISC
Repository
github
Last release
5 years ago

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

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago