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