R/API_BASE_URL.R

Defines functions API_BASE_URL

Documented in API_BASE_URL

#' The API base URL
#'
#' The endpoint for the API
#' @export
#' @examples
#' API_BASE_URL()

API_BASE_URL <- function(){
  return("https://api.data.gov/ed/collegescorecard/v1/")
  #return("https://collegescorecard.ed.gov/v1/")
  
}
Btibert3/scorecardR documentation built on May 6, 2019, 8:52 a.m.