logs {tomba} | R Documentation |
Logs
Description
logs
Returns a your last 1,000 requests you made during the last 3 months.
Usage
logs(obj)
## S4 method for signature 'Tomba'
logs(obj)
Arguments
obj |
Tomba class |
Value
A list requests data containing the: url and The User Agent and IP address associated with the Request,The cost false Free true 1 request,The date,The ISO 3166-1 alpha-2 country code.
References
https://developer.tomba.io/#logs
Examples
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- logs(client)
## End(Not run)
[Package tomba version 1.0.1 Index]