Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple way to allow any httr options/fxns to be passed in #8

Open
sckott opened this issue Sep 12, 2015 · 1 comment
Open

Simple way to allow any httr options/fxns to be passed in #8

sckott opened this issue Sep 12, 2015 · 1 comment
Assignees

Comments

@sckott
Copy link
Owner

sckott commented Sep 12, 2015

e.g., config = verbose() or content_type_json()

@sckott
Copy link
Owner Author

sckott commented Sep 12, 2015

snapops(
  httr::user_agent("batwoman"),
  httr::add_headers(a = 5)
)

then those are collected and used appropriately in the request

also allows easy option to use RCurl or other curl like client instead of httr, maybe, eventually

@sckott sckott self-assigned this Jan 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant