-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(.add_body,json)
S3method(.add_body,multipart)
S3method(.as_nectar_request,default)
S3method(.as_nectar_request,httr2_request)
S3method(.as_nectar_request,nectar_request)
S3method(resp_parse,default)
S3method(resp_parse,httr2_response)
S3method(resp_parse,list)
S3method(resp_tidy,default)
S3method(resp_tidy,httr2_response)
S3method(resp_tidy,list)
S3method(resp_tidy,nectar_responses)
export(call_api)
export(choose_pagination_fn)
export(compact_nested_list)
export(do_if_fn_defined)
export(iterate_with_json_cursor)
export(req_auth_api_key)
export(req_init)
export(req_modify)
export(req_pagination_policy)
export(req_perform_opinionated)
export(req_pkg_user_agent)
export(req_prepare)
export(req_tidy_policy)
export(resp_body_auto)
export(resp_body_csv)
export(resp_body_separate)
export(resp_body_tsv)
export(resp_parse)
export(resp_tidy)
export(resp_tidy_json)
export(resp_tidy_unknown)
export(stabilize_string)
export(url_normalize)
export(url_path_append)
importFrom(cli,cli_abort)
importFrom(fs,path)
importFrom(httr2,req_perform)
importFrom(httr2,req_perform_iterative)
importFrom(lifecycle,deprecated)
importFrom(rlang,"%||%")
importFrom(rlang,":=")