Add toggl scraping
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module Panopto
|
||||
def self.list_folder: (folder_id: String) -> Array[Hash[String, untyped]]
|
||||
end
|
||||
@@ -0,0 +1,3 @@
|
||||
module Toggl
|
||||
def self.entries_for_project: -> Array[untyped]
|
||||
end
|
||||
Reference in New Issue
Block a user