RestBase
/search
# File lib/chef_zero/endpoints/searches_endpoint.rb, line 7 def get(request) # Get the result result_hash = {} indices = (%(client environment node role) + data_store.list(['data'])).sort indices.each do |index| result_hash[index] = build_uri(request.base_uri, request.rest_path + [index]) end json_response(200, result_hash) end
Generated with the Darkfish Rdoc Generator 2.