Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 595 Bytes

Learndot API wrapper

This is a simple wrapper for the Learndot API. It's not very complete since it was built primary to support our own specific needs. If you need an API added, please file an issue, or contact us and let us know.

Configuration

The API requires a token. This should be saved in one of two places:

  1. ~/.learndot_token
  2. An environment variable of $LEARNDOT_TOKEN.

You can get your token at https://{learndot-url}/admin/api/token

Usage

See the examples directory for usage samples.

Contact

[email protected]