# NOT RUN {
ncurl("http://httpbin.org/get")
ncurl("http://httpbin.org/put",,,"PUT", list(Authorization = "Bearer APIKEY"), "hello world")
ncurl("http://httpbin.org/post",,,"POST", c(`Content-Type` = "application/json"),'{"k":"v"}')
# }
Run the code above in your browser using DataLab