Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sirjacob/sahs-membership

A server-side application that periodically queries Instructure's Canvas API for changes to enrollment in a specific class.
https://github.com/sirjacob/sahs-membership

api-client instructure-canvas java json mysql-client sentry-io yaml

Last synced: 7 days ago
JSON representation

A server-side application that periodically queries Instructure's Canvas API for changes to enrollment in a specific class.

Awesome Lists containing this project

README

        

# SAHS Membership
This application is being developed for a specific use-case. That being to query Instructure's Canvas API for a class' enrollment information, and then, transfer said information into a MySQL database on a regular schedule. By uploading my work, I hope to help someone seeking usage-examples from the topics addressed in my code (i.e., Canvas API requests, MySQL queries, YAML configs, etc.).