gvs_core: Handle API access and format

View source: R/gvs_core.R

gvs_coreR Documentation

Handle API access and format

Description

Internal function for handling accessing the API,data formatting, and errors

Usage

gvs_core(
  url = "https://gvsapi.xyz/gvs_api.php",
  mode,
  data_json = NULL,
  batches = NULL,
  skip_internet_check = FALSE
)

Arguments

url

Server URL to use. Defaults to the stable production version

mode

API mode to use.

data_json

Either NULL (the default) or properly formatted json

batches

NULL or Numeric. Optional number of batches to divide the request into for parallel processing.


GVS documentation built on April 3, 2025, 10:03 p.m.