R/setGithubAuth.R

## AUTHOR: BRIAN M. BOT
#####

setGithubAuth <- function(user, password){
  message("setGithubAuth is now deprecated - please use setGithubToken for authorization")
  return(invisible(FALSE))
}
brian-bot/rGithubClient documentation built on May 13, 2019, 5:12 a.m.