Closed sat01a closed 11 months ago
Collectory Metadata API: https://docs.ala.org.au/openapi/index.html?urls.primaryName=metadata
Could the Connection Parameter for dataURL be exposed for a dataResource entity.
For example: 'https://api.ala.org.au/metadata/ws/dataResource/dr15865'
returns: "connectionParameters": { "protocol": "DwCA", "automation": false, "strip": false, "incremental": false, "termsForUniqueKey": [ "catalogNumber" ] }, This may require authentication.
Logged by @rosemaryjoconnor
This is a gateway problem. The service works when accessed directly.
The gateway is fixed. Of course an apikey header is required for some connection parameters.
Collectory Metadata API: https://docs.ala.org.au/openapi/index.html?urls.primaryName=metadata
Could the Connection Parameter for dataURL be exposed for a dataResource entity.
For example: 'https://api.ala.org.au/metadata/ws/dataResource/dr15865'
returns: "connectionParameters": { "protocol": "DwCA", "automation": false, "strip": false, "incremental": false, "termsForUniqueKey": [ "catalogNumber" ] }, This may require authentication.