harvard-edtech / caccl-api

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.
MIT License
1 stars 2 forks source link

Added endpoints for grade book columns and groups #6

Closed gabeabrams closed 6 years ago

gabeabrams commented 6 years ago

This pull request has lots of functions that may be skimmed. I've left comments near more complicated endpoints. It's also worth looking through the tests in the /test/endpoints folder because those were more complicated to write than the endpoints themselves.

Also note: .config and anything in a /helpers folder is common to all endpoints.