R/0080_get_endpoints.R

Defines functions get_oauth_endpoints

Documented in get_oauth_endpoints

# 
# REF: HADLEY has demos: oauth1 and oauth 2, various popular apis
# https://github.com/r-lib/httr/tree/master/demo




#'
#' get_oauth_endpoints
#'
#' returns google endpoints
#' @return list
#' @export
#'
get_oauth_endpoints   <- function(x="google") {
	httr::oauth_endpoints(x)
}
jimrothstein/yt_api documentation built on Nov. 5, 2022, 8:05 p.m.