Project Background
This is a Google Apps Script API wrapper for those who want to use the Canvas LMS by Instructure. In short, it simplifies the use of the Canvas LMS API by creating a bridge between the official API and Google Apps Script. This allows you to more easily pull information from your instance of Canvas into a Google Sheet or other Google Workspace document.
I work with Canvas LMS a lot, but at times find it tedious to have to click through to accomplish a task, especially when I need to do a lot of the same thing. In my experience, spreadsheets are a great place to make bulk changes to data and I’m familiar with them as are a lot of people. So would it be possible to make changes to Canvas from a Sheets? The Llamas Toolkit project is dependent on this project as its way of interacting with the Canvas LMS API.
How it works
This project is a fork of API Wrapper for Google Apps Script, which was created with Google App Script developers in mind. It allows developers to easily create a Google Apps Script SDK from any JSON RESTful API.
Where to find it
You can find the project on GitHub at https://github.com/Epic-Minds/gas-api-wrapper-canvas-lms
