curlconverter icon indicating copy to clipboard operation
curlconverter copied to clipboard

:curly_loop: :arrow_right: :heavy_minus_sign: Translate cURL command lines into parameters for use with httr or actual httr calls (R)

Results 13 curlconverter issues
Sort by recently updated
recently updated
newest added

Ref: #20 TODO: Create a workaround when it's been flagged that docopt might have munged some things.

I was trying to figure out how to use curl's `--head` flag in R and found your package. However, it threw an error, even though the command is valid. ```...

I get error whenever the package uses `dput(x, control = "niceNames")` saying niceNames is not a recognized deparse option. I am using R 3.4 and I don't see niceNames in...

enhancement

I am new to curlconverter. I tried one of the examples from the README, and got this error: httpbinrhcurl

While trying to develop a way to get a token from our server I found an error in straighten. Maybe it's really a problem in httr, but I'm not sure....

Hi, I am trying to use `curlconverter` to show an example about how to convert a curl command. The command is a PUT with data to send. the command is...

When running the readme example I get this error. ```r library(curlconverter) library(jsonlite) library(httr) httpbinrhcurl

Hi, really appreciate this package. It helps a lot setting up a script to pull data from the web. Unfortunately in my company we use a proxy server. HTTR provides...

I've added more rigorous error checking to [clipr](https://github.com/mdlincoln/clipr) - perviously it had silently failed to write to the clipboard on Linux systems where xclip/xsel was installed, but where the `DISPLAY`...