summaryrefslogtreecommitdiff
path: root/canvas.go
AgeCommit message (Expand)AuthorFilesLines
2024-01-17exit if the CANVAS environment variables are not setHEADmastermainvin1-0/+10
2024-01-16update readme to the current status of the projectvin1-1/+1
2024-01-12fix merge conflict dropping commitvin1-2/+2
2024-01-12send attendance code to all current courses when course not specifiedvin1-1/+2
2024-01-11start working on submitting course without user-provided course codevin1-2/+8
2024-01-11change list all courses function to list only courses that are activeJuan Roig1-1/+1
2023-11-21add verbose flagvin1-2/+4
2023-11-20do not return an error when init_aplus_toolid is successfulvin1-0/+1
2023-11-20use the Canvas API to get A+ tool ID and URLvin1-3/+29
2023-11-15switch order of course name and id when listingvin1-2/+2
2023-11-14ReorganizationJuan Roig1-0/+1
2023-11-14Add list courses functions, remove unnecessary functions, update README.Juan Roig1-17/+14
2023-11-13Move aplus requests to new launch_aplus functionJuan Roig1-0/+17
2023-11-07reorganize functions to aplus-related and canvas-related.Juan Roig1-0/+57