diff options
| author | Juan Roig <jaroig@outlook.com> | 2023-11-14 18:04:29 -0500 |
|---|---|---|
| committer | Juan Roig <jaroig@outlook.com> | 2023-11-14 18:04:29 -0500 |
| commit | 329f8dfe029025d591cf3e111dc842a7f4c2a43f (patch) | |
| tree | d4beebd24a00ed8503916c5b0f68840191d177fc /canvas.go | |
| parent | 7b613b030da2432830a9f00bfc6aeb9e59bcd728 (diff) | |
Reorganization
Diffstat (limited to 'canvas.go')
| -rw-r--r-- | canvas.go | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -13,6 +13,7 @@ import ( | |||
| 13 | 13 | ||
| 14 | func initialize() { | 14 | func initialize() { |
| 15 | base_link = "https://floridapolytechnic.instructure.com/api/v1" | 15 | base_link = "https://floridapolytechnic.instructure.com/api/v1" |
| 16 | base_aplus_link = "https://floridapoly.aplusattendance.com/canvas" | ||
| 16 | token = os.Getenv("CANVAS_API_KEY") | 17 | token = os.Getenv("CANVAS_API_KEY") |
| 17 | external_tools_code = 913 | 18 | external_tools_code = 913 |
| 18 | jar, _ := cookiejar.New(&cookiejar.Options{ | 19 | jar, _ := cookiejar.New(&cookiejar.Options{ |
