Skip to content

TalentLMS Node-SDK based on official TalentLMS API documentation

Notifications You must be signed in to change notification settings

AhmedMashour/TalentLMS

Repository files navigation

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)

About

TalentLMS Node-SDK based on official TalentLMS API documentation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published