You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The swagger doc at https://lookup.ld4l.org/qa/apidoc/ has been updated to include definitions for locally defined authorities (e.g. property_type) and module defined authorities (e.g. discogs).
This reflects the way things are now.
Local and modules do not include a URI in the results.
Also, while testing the swagger doc, I noticed that the local authorities that use the URI as the ID have a problem retrieving a single term by ID. This is because the ID includes multiple / which get interpreted as being part of the path. We had the same problem for the linked data. I added a fetch action that takes a parameter ?uri=http://the.uri.path instead of extending the path with the id.
If Sinopia needs to do that, I can look into updating QA to allow a fetch action that is happy to receive an id param that can be a simple id (e.g. 123) or a URI.
No description provided.
The text was updated successfully, but these errors were encountered: