Add support to download all the users courses

This commit is contained in:
joren
2026-03-11 19:36:54 +01:00
parent 11d9867155
commit 8591ae283e
3 changed files with 38 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ type TokenResponse struct {
}
type Course struct {
ID int `json:"id"`
Name string `json:"name"`
}