R/core.R
gh_set_api_url.Rd
Set gh API base url
gh_set_api_url(api_url)
API base url
Internally it calls Sys.setenv to store the API url in an environment variable called GH_API_URL.
Sys.setenv
GH_API_URL
gh_set_api_url("http://localhost:8989")