Skip to content

Commit 7ced96f

Browse files
committed
add dummy strings to proof_auth example so users dont think you dont pass anything to it
1 parent 0711db2 commit 7ced96f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/auth.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ proof_header <- function(token = NULL) {
2828
#' the PROOF API
2929
#' @examples
3030
#' # Sys.getenv("PROOF_TOKEN")
31-
#' # x <- proof_authenticate()
31+
#' # x <- proof_authenticate("username", "password")
3232
#' # Sys.getenv("PROOF_TOKEN")
3333
proof_authenticate <- function(username, password) {
3434
response <- POST(make_url("authenticate"), body = list(

man/proof_authenticate.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)