api_headers: Headers

Description Usage Arguments Examples

Description

Headers

Usage

1
2
3
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

request documentation built on May 2, 2019, 7:29 a.m.