Checks whether each version and language combination in a PXWEB API catalogue entry exposes a valid config endpoint.
pxweb_audit_api_catalogue_config(
apis = pxweb_api_catalogue(),
timeout = 10,
verbose = TRUE
)A data.frame with one row per catalogue URL.
a list of pxweb_api_catalogue_entry elements
Time limit in seconds for each config endpoint request.
Print progress while auditing.