AtlasOfLivingAustralia / collectory

Metadata registry for the Atlas
https://collections.ala.org.au
Other
0 stars 15 forks source link

API - Collections Metadata Add field to Connection Parameters #216

Closed sat01a closed 11 months ago

sat01a commented 1 year 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.

sat01a commented 1 year ago

Logged by @rosemaryjoconnor

adam-collins commented 1 year ago

This is a gateway problem. The service works when accessed directly.

adam-collins commented 1 year ago

The gateway is fixed. Of course an apikey header is required for some connection parameters.