get_api_response: Send API request

Description Usage Arguments

View source: R/get_api_response.R

Description

Send API request

Usage

1
get_api_response(base_url, path_append, query_params = NULL, dry_run = FALSE)

Arguments

base_url

API endpoint

path_append

Any additional paths for API call

query_params

Any additional query parameters for API call

dry_run

If TRUE, call httr2::req_dry_run, which shows the API call without actually sending it.


cstjohn810/cryptoapi documentation built on Feb. 6, 2022, 4:50 a.m.