Skip to contents

Checks whether each version and language combination in a PXWEB API catalogue entry exposes a valid config endpoint.

Usage

pxweb_audit_api_catalogue_config(
  apis = pxweb_api_catalogue(),
  timeout = 10,
  verbose = TRUE
)

Arguments

apis

a list of pxweb_api_catalogue_entry elements

timeout

Time limit in seconds for each config endpoint request.

verbose

Print progress while auditing.

Value

A data.frame with one row per catalogue URL.