README.md

sugaR

Travis-CI Build Status

sugaR helps you in settling handle of request for remote services (thredds, ... etc).

Output handle is ready as input into any packages such as puddingR, curl, ... etc.

Installation

# install.packages("devtools")
devtools::install_github("jeanmarielepioufle/sugaR")

Usage

library(sugaR)

h <- sugaR(name = "test",auth_type = "none", endpoint = NULL)

h$authenticate()
h$verb("POST")
h$header("accept","json")
h$body(list(x="A simple text string"),"json")
h$info()

I am working on making a vignette.

Questions and remarks

Don't hesitate to contact me for more details and suggestions.



jeanmarie-eu/sugaR documentation built on May 30, 2019, 8:06 p.m.