Digitalnz
Connector for the digitalnz API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.digitalnz.org - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_records_format— GET /records.{format} — Run queries against DigitalNZ metadata search service.get_records_record_id_format— GET /records/{record_id}.{format} — View metadata associated with a single record.get_records_record_id_more_like_this_format— GET /records/{record_id}/more_like_this.{format} — The "More Like This" call returns similar records to the specified ID.
Inputs
apiKey— your digitalnz API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_records_format
apiKey: <your key>