Obtain an API key or check if it can fine one that works for this host and the version of the bugzilla provided works with this package.

create_bugzilla_key(host)

check_authentication(key = Sys.getenv("R_BUGZILLA"), host)

Arguments

host

URL of the bugzilla instance if missing the R bugzilla is assumed.

key

API key to check.

Value

TRUE invisibly if the actions are performed.

See also

set_key() if you want to temporary use an API key.

Examples

check_authentication()
#>  Not authenticated on this site.