Headers
api_headers(.data, ..., .dots) api_headers_(.data, ..., .dots)
.data
: Result of a call to api
...
: Key value pairs of headers.dots
: Used to work around non-standard evaluation## Not run: api('https://api.github.com/') %>% api_config(verbose()) %>% api_headers(`X-FARGO-SEASON` = 3) %>% peep api('http://httpbin.org/headers') %>% api_headers(`X-FARGO-SEASON` = 3, `X-NARCOS-SEASON` = 5) ## End(Not run)