Skip to content
constants.R 249 B
Newer Older
# Root URL constants
BASE_URL <- 'https://www.i14y.admin.ch'
DCAT_URL <- 'https://dcat.app.cfap02.atlantica.admin.ch'

# Request function
REQUEST_FUNCTION_MAPPING <- hash(
  "SDMX-ML" = sdmx_request,
  "JSON" = json_request,
  "CSV" = csv_request
)