Internal function for handling accessing the API,data formatting, and errors
gvs_core(
url = "https://gvsapi.xyz/gvs_api.php",
mode,
data_json = NULL,
batches = NULL,
skip_internet_check = FALSE
)Server URL to use. Defaults to the stable production version
API mode to use.
Either NULL (the default) or properly formatted json
NULL or Numeric. Optional number of batches to divide the request into for parallel processing.