class GdsApi::ContentStore
def content_item(base_path)
def content_item(base_path) get_json(content_item_url(base_path)) rescue GdsApi::HTTPNotFound => e raise ItemNotFound.build_from(e) end
def content_item(base_path) get_json(content_item_url(base_path)) rescue GdsApi::HTTPNotFound => e raise ItemNotFound.build_from(e) end