client | R Documentation |
client
Tomba http Client
client(obj, path, query = NULL)
## S4 method for signature 'Tomba'
client(obj, path, query = NULL)
obj |
Tomba class |
path |
a character specific path. |
query |
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.