forked from llrs/bugRzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 661 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 661 Bytes
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
# Generated by roxygen2: do not edit by hand
export(check_api_version)
export(check_authentication)
export(check_last_audit)
export(create_bugzilla_key)
export(get_attachment)
export(get_bug)
export(get_comment)
export(get_fields)
export(get_history)
export(post_bug)
export(post_comment)
export(set_key)
importFrom(cli,cat_rule)
importFrom(cli,cli_alert)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_ul)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(tools,R_user_dir)
importFrom(utils,browseURL)
importFrom(utils,menu)