powered by
client Tomba http Client
client
client(obj, path, query = NULL)# S4 method for Tomba client(obj, path, query = NULL)
# S4 method for Tomba client(obj, path, query = NULL)
Tomba class
a character specific path.
a list for httr request query
A list of http response
# NOT RUN { client <- Tomba(key="ta_xxxx",secret="ts_xxxx") result <- client(obj,"https://api.tomba.io/v1/me",null) # }
Run the code above in your browser using DataLab