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: 2 months ago
JSON representation
A server-side application that periodically queries Instructure's Canvas API for changes to enrollment in a specific class.
- Host: GitHub
- URL: https://github.com/sirjacob/sahs-membership
- Owner: SirJacob
- Created: 2018-11-04T06:59:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:51:56.000Z (about 4 years ago)
- Last Synced: 2025-07-08T02:17:03.169Z (about 1 year ago)
- Topics: api-client, instructure-canvas, java, json, mysql-client, sentry-io, yaml
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.).