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.
The API requires a token. This should be saved in one of two places:
~/.learndot_token
- An environment variable of
$LEARNDOT_TOKEN
.
You can get your token at https://{learndot-url}/admin/api/token
See the examples
directory for usage samples.