parameters: - parameters list to be passed to specified Rosette API endpoint
custom_headers: - custom headers for Rosette Api
url_parameters: - query parameters
url: - url for Rosette Api
Returns
Returns a list(content, header)
Examples
## Not run:parameters <- list()parameters[["content"]]<- "Bill Murray will appear in new Ghostbusters
film."
response <- api(01234567890,"entities", parameters)# The call above returns response$content and response$header## End(Not run)