Description Usage Arguments Details Value
View source: R/build_get_request.R
Returns URLs properly formatted for GET
requests
1 2 3 4 5 | build_get_request(
base_url = "https://api.coingecko.com",
path,
query_parameters
)
|
base_url |
(character): API's base URL (host). Defaults to
|
path |
(character or |
query_parameters |
(named list or |
No validation of the base URL is performed by this function, so users are advised to ensure that the base URL is correctly formatted and encoded.
A URL that is ready to be used in a GET
request.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.