caccl-api
Version:
A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.
18 lines (12 loc) • 740 B
Markdown
# caccl-api
A class that defines a set of Canvas endpoints that can be easily accessed. Each endpoint is equipped with the appropriate pre- and post-processing steps to make the Canvas endpoints "behave". For instance, _getSubmissions()_ fetches student submissions and removes the test student's submission in post-processing.
## Quickstart and Documentation
Visit [the caccl-api docs](https://harvard-edtech.github.io/caccl-api/) for quickstart guides and docs.
## Part of the CACCL library
**C**anvas
**A**pp
**C**omplete
**C**onnection
**L**ibrary
## Special Thanks
Special thanks to [Yuen Ler Chow](https://github.com/yuenler) for his great work on various endpoints, specifically the course content migration endpoint.