Source
#406
Summary
I need some fairly deep data to make authority links in /guid/ pages. (Currently pulled through direct queries.) I could get this through the existing Authority API, but I think a new API which accepts eg
node=record attribute, type=sex, value=female
and returns enough information to make the green links work eg
would be worthwhile for two reasons
- accessibility, this should be easy and readily support roll-your-own GUID pages, and
- cost, this should be as computationally simple as possible, and have a very long cache refresh interval
Source
#406
Summary
I need some fairly deep data to make authority links in /guid/ pages. (Currently pulled through direct queries.) I could get this through the existing Authority API, but I think a new API which accepts eg
node=record attribute, type=sex, value=femaleand returns enough information to make the green links work eg
would be worthwhile for two reasons