Deciphering web/'REST' 'API' and 'XHR' calls can be tricky, which is one reason why internet browsers provide "Copy as cURL" functionality within their "Developer Tools" pane(s). These 'cURL' command-lines can be difficult to wrangle into an 'httr' 'GET' or 'POST' request, but you can now "straighten" these 'cURLs' either from data copied to the system clipboard or by passing in a vector of 'cURL' command-lines and getting back a list of parameter elements which can be used to form 'httr' requests. You can also make a complete/working/callable 'httr::VERB' function right from the tools provided.
Version: | 0.7.0 |
Depends: | R (≥ 3.0.0) |
Imports: | V8, curl, httr, purrr, clipr, stringi, formatR, magrittr, jsonlite |
Suggests: | testthat, knitr, rmarkdown |
Published: | 2016-03-29 |
Author: | Bob Rudis [aut, cre], Nick Carneiro [ctb] |
Maintainer: | Bob Rudis <bob at rudis.net> |
License: | AGPL |
NeedsCompilation: | no |
SystemRequirements: | xclip <http://sourceforge.net/projects/xclip/> or xsel <http://www.vergenet.net/~conrad/software/xsel/> for accessing the X11 clipboard |
Materials: | README NEWS |
In views: | WebTechnologies |
CRAN checks: | curlconverter results |
Reference manual: | curlconverter.pdf |
Vignettes: |
Using curlconverter |
Package source: | curlconverter_0.7.0.tar.gz |
Windows binaries: | r-devel: curlconverter_0.7.0.zip, r-release: curlconverter_0.7.0.zip, r-oldrel: curlconverter_0.7.0.zip |
OS X Mavericks binaries: | r-release: curlconverter_0.7.0.tgz, r-oldrel: curlconverter_0.7.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=curlconverter to link to this page.