Skip to contents

[Deprecated]

auth_url() is deprecated. Use add_api() to register API endpoints with their correct URLs instead.

Usage

auth_url(url, realm = "counts")

Arguments

url

String. URL to set for authentication.

realm

Character. The realm to set the URL for (default "counts").

See also

add_api() to register API endpoints

Examples

if (FALSE) { # \dontrun{
# Use add_api() instead:
add_api("counts", "http://localhost:8000/api")
} # }