Returns category of content from Brighcloud

brightcloud_cat(domain = NULL, key = NULL, secret = NULL)

Arguments

domain

domain name

key

brightcloud API consumer key

secret

brightcloud API consumer secret

Value

named list

Details

Get the API Consumer Key and Secret from http://www.brightcloud.com/.

Examples

if (FALSE) {
brightcloud_cat("http://www.google.com", key = "XXXX", secret = "XXXX")
}