1.1.7 • Published 1 year ago

talentlms v1.1.7

Weekly downloads
5
License
ISC
Repository
github
Last release
1 year 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.7

1 year ago

1.1.6

1 year ago

1.1.5

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago