refine_metadata: Get all project metadata from OpenRefine
Description
This function is included internally to help retrieve metadata from the running OpenRefine instance. The query uses the OpenRefine API /command/core/get-all-project-metadata endpoint.
Usage
refine_metadata(...)
Value
Parsed list object with all project metadata including identifiers, names, dates of creation and modification, tags and more.
Arguments
...
Additional parameters to be inherited by refine_path; allows users to specify host and port arguments if the OpenRefine instance is running at a location other than http://127.0.0.1:3333