Skip to contents

Calls the CKAN resource_show verb to resolve a resource id into its download URL plus metadata.

Usage

morie_ingest_ckan_resource_show(
  portal,
  resource_id,
  api_key = NULL,
  user_agent = .MORIE_CKAN_DEFAULT_UA,
  timeout = .MORIE_CKAN_DEFAULT_TIMEOUT
)

Arguments

portal

Base URL of the CKAN portal.

resource_id

CKAN resource id (UUID).

api_key

Optional CKAN API key.

user_agent

User-Agent header sent with the request.

timeout

HTTP timeout in seconds.

Value

The resource metadata list.