Add toggl scraping

This commit is contained in:
2023-09-29 21:06:33 +01:00
parent 0d97b5fdc0
commit be4f3f75c3
8 changed files with 73 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
module Panopto
def self.list_folder: (folder_id: String) -> Array[Hash[String, untyped]]
end
+3
View File
@@ -0,0 +1,3 @@
module Toggl
def self.entries_for_project: -> Array[untyped]
end