Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sirjacob/sahs-membership
- Owner: SirJacob
- Created: 2018-11-04T06:59:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:51:56.000Z (over 2 years ago)
- Last Synced: 2023-03-04T17:02:46.140Z (over 1 year ago)
- Topics: api-client, instructure-canvas, java, json, mysql-client, sentry-io, yaml
- Language: Java
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- 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.).