class GdsApi::LocalLinksManager
def local_link_by_custodian_code(local_custodian_code, lgsl, lgil)
def local_link_by_custodian_code(local_custodian_code, lgsl, lgil) url = "#{endpoint}/api/link?local_custodian_code=#{local_custodian_code}&lgsl=#{lgsl}&lgil=#{lgil}" get_json(url) end