R/james_get.R
james_get.Rd
Make JAMES GET request
james_get(host = "http://localhost", path = character(0), ...)
String with the host. The default is "http://localhost".
"http://localhost"
String with the path to the called end point, e.g. "version", "data/upload" or "data/upload/json".
"version"
"data/upload"
"data/upload/json"
Extra arguments to create the URI in GET()
Object of class james_get
james_get