module Qa::Authorities
Provide attr_reader methods for linked data authority configurations. Some default configurations are provided for several linked data authorities and can be found at /config/authorities/linked_data. You can add configurations for new authorities by adding the configuration at YOUR_APP/config/authorities/linked_data. You can modify a QA provided configuration by copying it to YOUR_APP/config/authorities/linked_data and making the modifications there. See README for more information on the structure of the configuration.
This configuration processed by this class is used by Qa::Authorities::LinkedData::GenericAuthority
to drive url construction and results processing for a specific linked data authority.
@see Qa::Authorities::LinkedData::GenericAuthority#initialize @see Qa::Authorities::LinkedData::TermConfig
@see Qa::Authorities::LinkedData::SearchConfig
Provide attr_reader methods specific to search configuration for linked data authority configurations. This is separated out for readability and file length. @see Qa::Authorities::LinkedData::Config
@see Qa::Authorities::LinkedData::TermConfig
Provide attr_reader methods specific to term configuration for linked data authority configurations. This is separated out for readability and file length. @see Qa::Authorities::LinkedData::Config
@see Qa::Authorities::LinkedData::SearchConfig
This module has the primary QA find method. It also includes methods to process the linked data result and convert it into the expected QA json term result format.
This module has the primary QA search method. It also includes methods to process the linked data results and convert them into the expected QA json results format.