ied-your-learning v0.0.20
IED's Your Learning Package
Your Learning is an IBM learning tool which has an api system for retrieving & updating info on the app. This package allows easy access to the api system, such as getting activities, plans, assignments, etc. Note some routes require additional role permissions. The package also has a validation system to validate quizzes, activities, and plans.
Getting Started
// Import the package (make sure to install)
const yl = require("ied-your-learning")
// Create a js object containing your connection details (privateKey & functionalId are the minimum requirements)
const ylConfig = {
functionalId: "...",
privateKey: "..."
}
yl.connect(ylConfig)
// Thats all! Use the following format to use any of our features:
yl.getActivity("ACTIVITY_ID")
Installing
npm install ied-your-learning
Prerequisites
The package has dependencies the following npm packages:
- axios
- broken-link-checker
- date-fns
- nodemon
Authors
Made by the IBM Enablement Developers. This project was led by David D.
Note the github for the project is on an IBM corporate github at the moment, so unable to share it.
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago