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

Replace httr with crul? #97

Open
katrinleinweber opened this issue Nov 3, 2018 · 0 comments
Open

Replace httr with crul? #97

katrinleinweber opened this issue Nov 3, 2018 · 0 comments
Assignees
Labels

Comments

@katrinleinweber
Copy link
Collaborator

katrinleinweber commented Nov 3, 2018

After switching from the old RCurl (which required repairing unescaped whitespace) to the more current, R-escaping-friendly httr, I could keep an eye on the crul-beta. The replacement code would be:

x <- crul::HttpClient$new(URL, auth = crul::auth(cred[1], cred[2]))$get()
jsonlite::fromJSON(x$parse("UTF-8"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant