brightcloud_cat.Rd
Returns category of content from Brighcloud
brightcloud_cat(domain = NULL, key = NULL, secret = NULL)
domain name
brightcloud API consumer key
brightcloud API consumer secret
named list
Get the API Consumer Key and Secret from http://www.brightcloud.com/.
if (FALSE) {
brightcloud_cat("http://www.google.com", key = "XXXX", secret = "XXXX")
}