brightcloud_cat {rdomains} | R Documentation |
Get Category from Brightcloud
Description
Returns category of content from Brighcloud
Usage
brightcloud_cat(domain = NULL, key = NULL, secret = NULL)
Arguments
domain |
domain name |
key |
brightcloud API consumer key |
secret |
brightcloud API consumer secret |
Details
Get the API Consumer Key and Secret from http://www.brightcloud.com/.
Value
named list
References
Examples
## Not run:
brightcloud_cat("http://www.google.com", key = "XXXX", secret = "XXXX")
## End(Not run)
[Package rdomains version 0.2.1 Index]