api_headers function

Headers

Headers

api_headers(.data, ..., .dots) api_headers_(.data, ..., .dots)

Arguments

  • .data: Result of a call to api
  • ...: Key value pairs of headers
  • .dots: Used to work around non-standard evaluation

Examples

## 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)
  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2016-01-03