Add support to download all the users courses
This commit is contained in:
@@ -10,6 +10,7 @@ type TokenResponse struct {
|
||||
}
|
||||
|
||||
type Course struct {
|
||||
ID int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user