R/parse_request.R

# Main API URL
default_api_url <- "https://formulae.brew.sh/api"

# Parse API URL
parse_request <- function(x, ...) {
  glue::glue(default_api_url, x, ".json")
}
tyluRp/brewr documentation built on May 15, 2019, 9:56 p.m.