Socket
Book a DemoInstallSign in
Socket

@lessondesk/api-client

Package Overview
Dependencies
Maintainers
3
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@lessondesk/api-client

Lesson Desk API client

unpublished
npmnpm
Version
9.12.2
Version published
Weekly downloads
293
3155.56%
Maintainers
3
Weekly downloads
 
Created
Source

@lessondesk/api-client

Build and Publish standard-readme compliant make a pull request lessondesk-code-style

Lesson Desk API client

Table of Contents

Usage

import api from '@lessondesk/api-client'
api.licences.licenceLearnerCount(clientId).then(console.log).catch(console.error)

Install

This project uses node and npm.

$ npm install @lessondesk/api-client
$ # OR
$ yarn add @lessondesk/api-client

Publishing

This module uses the Automated releases for npm packages Github action for releasing when pushed to the master branch.

Versioning

  • If the string "BREAKING CHANGE" is found anywhere in any of the commit messages or descriptions the major version will be incremented.
  • If a commit message begins with the string "feat" then the minor version will be increased. This works for most common commit metadata for feature additions: "feat: new API" and "feature: new API".
  • All other changes will increment the patch version.

FAQS

Contribute

  • Fork it and create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am "Add some feature"
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts