http_api_request create an HTTP API request from a base URL and a list of parameters.

http_api_request(path, ..., list = NULL)

Arguments

path

A string representing the base URL of the API.

...

Named parameters to be included in the API request.

list

(optional) A list object of named parameters to be included in the API request. This parameter should be used instead of ... if the named parameters are already stored in a list.

Value

A string representing the API request.

Examples

http_api_request(
 path = "https://apidadosabertos.saude.gov.br/sisvan/estado-nutricional",
 uf = "SP"
)
#> Error in checkmate::assert_string(url, pattern = "^http+[s]?:/"): argument "url" is missing, with no default