-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 895 Bytes
/
NAMESPACE
File metadata and controls
35 lines (34 loc) · 895 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
28
29
30
31
32
33
34
35
# Generated by roxygen2: do not edit by hand
export("%>%")
export(fetch_auth_token)
export(get_credit_data)
export(get_decision)
export(order_credit_data)
export(register_consumer)
export(set_client_id)
export(set_client_secret)
export(set_get_credit_data_url)
export(set_order_credit_data_url)
export(set_registration_url)
export(set_token_url)
importFrom(cli,cli_alert_info)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(dplyr,tibble)
importFrom(glue,glue)
importFrom(gt,gt)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,imap_dfr)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(readr,read_csv)
importFrom(usethis,ui_yeah)