authentication: Authentication

Description Usage Arguments Value See Also Examples

Description

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.

Usage

1
2
3
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

1

llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.