Add checkin notifications for starting lectures
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
module Panopto
|
||||
# @param [String] folder_id
|
||||
def self.list_folder(folder_id)
|
||||
HTTParty.get("https://lectures.joshuacoles.me/list", query: {
|
||||
HTTParty.get("https://lectures.joshuacoles.me/api/list", query: {
|
||||
folderId: folder_id
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user