@lessondesk/electron-group-api-client
v1.0.2
Published
Lesson Desk Group API client
Downloads
4
Keywords
Readme
@lessondesk/api-client
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
- 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