Get data from a linked URL endpoint (mostly provided from other gtes)
Usage
get_by_url(full_url, base_url = "https://api.ecopi.de/api/v0.2")
Arguments
- full_url
URL of linked endpoint
Value
Depends on the input. Mostly a data frame of the requested data.
Examples
# Retrieve a ecopiapp release from a linked URL
if (FALSE) { # \dontrun{
get_by_url("https://api.ecopi.de/api/v0.2/releases/69/")
} # }