client {tomba} | R Documentation |
Tomba Client
Description
client
Tomba http Client
Usage
client(obj, path, query = NULL)
## S4 method for signature 'Tomba'
client(obj, path, query = NULL)
Arguments
obj |
Tomba class |
path |
a character specific path. |
query |
a list for httr request query |
Value
A list of http response
Examples
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- client(obj,"https://api.tomba.io/v1/me",null)
## End(Not run)
[Package tomba version 1.0.1 Index]