Perform call and maintain JSON Lite structure
Examples
if (FALSE) { # \dontrun{
endpoint <- 'list/states'
call <- create.base.call(endpoint)
raw.call <- place.call.raw(call)
raw.call
} # }
Perform call and maintain JSON Lite structure
if (FALSE) { # \dontrun{
endpoint <- 'list/states'
call <- create.base.call(endpoint)
raw.call <- place.call.raw(call)
raw.call
} # }