index
:
aplus
main
master
A+Attendance CLI utility via Instructure Canvas
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-11
start working on submitting course without user-provided course code
vin
3
-8
/
+39
2024-01-11
change list all courses function to list only courses that are active
Juan Roig
1
-1
/
+1
2023-11-21
add verbose flag
vin
3
-7
/
+17
2023-11-20
update usage message
vin
2
-12
/
+22
2023-11-20
do not return an error when init_aplus_toolid is successful
vin
1
-0
/
+1
2023-11-20
use golang flag instead of external getopt library
vin
4
-22
/
+49
2023-11-20
use the Canvas API to get A+ tool ID and URL
vin
5
-6
/
+43
2023-11-15
switch order of course name and id when listing
vin
1
-2
/
+2
2023-11-15
add short flags for rest of the flags and print usage when no flags are present
vin
1
-4
/
+4
2023-11-15
Switch to getopt library from flag library for flag parsing.
Juan Roig
3
-8
/
+18
2023-11-14
Add flags, update README
Juan Roig
4
-23
/
+30
2023-11-14
Reorganization
Juan Roig
3
-34
/
+34
2023-11-14
add rudimentary messy function for submitting aplus code
vin
2
-3
/
+57
2023-11-14
Add list courses functions, remove unnecessary functions, update README.
Juan Roig
4
-22
/
+31
2023-11-13
Update LICENSE with author names, further reorganization.
Juan Roig
1
-3
/
+2
2023-11-13
further simplify launch_aplus function and get_aplus function
Juan Roig
1
-33
/
+17
2023-11-13
Move aplus requests to new launch_aplus function
Juan Roig
4
-72
/
+60
2023-11-12
add cookie jar to allow cross site origin requests to carry cookies
Juan Roig
3
-5
/
+28
2023-11-08
fix "LTI signature verification failed" message
vin
1
-1
/
+2
2023-11-07
reorganize functions to aplus-related and canvas-related.
Juan Roig
5
-351
/
+140
2023-11-04
Moved functional code to funcs.go
Juan Roig
2
-196
/
+150
2023-10-31
add postform request
Juan Roig
1
-1
/
+8
2023-10-31
Form parsing done correctly
Juan Roig
2
-2
/
+52
2023-10-30
isolate form HTML
Juan Roig
1
-5
/
+102
2023-10-30
switch to using http client instead of invoking static methods
Juan Roig
1
-10
/
+18
2023-10-27
first commit
Juan Roig
4
-0
/
+354
2023-10-27
Initial commit
vink
2
-0
/
+11