@markkauffman/bbrest
Version:
Make all REST API calls to Blackboard Learn Server. Based off similar work by Matthew Deakyne for Python.
11 lines (8 loc) • 490 B
Plain Text
Author: Mark Bykerk Kauffman
Purpose: Convert bbrest.py Matthew Deakyne's Python package to a similar package for JavaScript
Motivation: Matt's library is the most complete/fleixble I've seen. It reads in the Swagger doc
for the Learn version you are running against and dynamically generates the client at run time.
Reference & Credits:
https://github.com/AinTunez/bb-rest
https://github.com/blackboard/BBDN-REST-AlexaSkill-Node
https://github.com/mdeakyne/BbRest/blob/master/bbrest.py