@markkauffman/bbrest
Version:
Make all REST API calls to Blackboard Learn Server. Based off similar work by Matthew Deakyne for Python.
21 lines (20 loc) • 472 B
JSON
{
"name": "@markkauffman/bbrest",
"version": "0.2.4",
"description": "Make all REST API calls to Blackboard Learn Server. Based off similar work by Matthew Deakyne for Python.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Blackboard",
"Learn",
"REST"
],
"author": "Mark Bykerk Kauffman",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1"
}
}