1.1.5 • Published 4 years ago

talentlms v1.1.5

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

Talentlms

Nodejs implementation for the Talent LMS API: A super-easy, cloud LMS software to train your employees, partners and customers

Status

Build Status Code Climate

Installation

Run this command:

    npm i talentlms -s

Usage

const TalentLMS = require('talentlms');

const tl = new TalentLMS('04Academy.talentlms.com', 'apiKey');

tl.Users.getUsers()

tl.Users.getUserById(id)

tl.Users.getUserByEmail(email)

tl.Users.setStatus(userId, status)

SDK Documentation

TalentLMS API Documentation

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago