-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(Contributor)
export(Job)
export(cf_account)
export(cf_jobs_list)
export(cf_query)
export(job_add_data)
export(job_cancel)
export(job_channel_add)
export(job_channel_list)
export(job_channel_remove)
export(job_contributor_bonus)
export(job_contributor_flag)
export(job_contributor_notify)
export(job_contributor_reject)
export(job_contributor_unflag)
export(job_convert_gold)
export(job_copy)
export(job_create)
export(job_delete)
export(job_get)
export(job_launch)
export(job_legend_get)
export(job_pause)
export(job_resume)
export(job_status)
export(job_tags_add)
export(job_tags_get)
export(job_tags_replace)
export(job_update)
export(report_get)
export(report_regenerate)
export(results_get)
importFrom(R6,R6Class)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(jsonlite,fromJSON)
importFrom(utils,unzip)
importFrom(utils,write.csv)