1.0.2 • Published 4 years ago

@lessondesk/electron-group-api-client v1.0.2

Weekly downloads
2
License
MPL-2.0
Repository
-
Last release
4 years ago

@lessondesk/api-client

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

Contribute

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

4 years ago