api_config function

Curl settings

Curl settings

api_config(.data, ...)

Arguments

  • .data: Result of a call to api
  • ...: Comma separated list of unquoted variable names

Examples

## Not run: # Config handler api('http://api.crossref.org/works') %>% api_config(verbose(), progress()) %>% peep() xx <- api('http://api.crossref.org') %>% api_path(works, 10.3897/zookeys.515.9459) %>% api_config(verbose()) ## End(Not run)

See Also

Other dsl: api_body, api_error_handler, api_query, api, auth

  • Maintainer: Scott Chamberlain
  • License: MIT + file LICENSE
  • Last published: 2016-01-03