forked from datawookie/clockify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
77 lines (76 loc) · 1.7 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Generated by roxygen2: do not edit by hand
export(client)
export(client_create)
export(client_delete)
export(client_update)
export(clients)
export(custom_field_delete)
export(custom_field_update)
export(custom_fields)
export(get_api_key)
export(project)
export(project_create)
export(project_delete)
export(project_update)
export(project_update_billable_rate)
export(project_update_cost_rate)
export(project_update_estimate_budget)
export(project_update_estimate_time)
export(project_update_memberships)
export(project_update_template)
export(projects)
export(reports_detailed)
export(reports_summary)
export(reports_weekly)
export(set_api_key)
export(shared_report)
export(shared_report_create)
export(shared_report_delete)
export(shared_report_update)
export(shared_reports)
export(tag)
export(tag_create)
export(tag_delete)
export(tag_update)
export(tags)
export(task)
export(task_create)
export(task_delete)
export(task_update)
export(task_update_billable_rate)
export(task_update_cost_rate)
export(tasks)
export(time_entries)
export(time_entry)
export(time_entry_create)
export(time_entry_delete)
export(time_entry_invoiced)
export(time_entry_set)
export(time_entry_stop)
export(user)
export(user_create)
export(user_delete)
export(user_delete_role)
export(user_group_create)
export(user_group_delete)
export(user_group_update)
export(user_group_user_add)
export(user_group_user_remove)
export(user_groups)
export(user_update_cost_rate)
export(user_update_hourly_rate)
export(user_update_role)
export(user_update_status)
export(users)
export(workspace)
export(workspaces)
import(anytime)
import(dplyr)
import(httr)
import(janitor)
import(logger)
import(lubridate)
import(purrr)
import(tibble)
import(tidyr)
importFrom(stats,setNames)