/data/NAME/NAME
# File lib/chef_zero/endpoints/data_bag_item_endpoint.rb, line 10 def initialize(server) super(server, 'id') end
# File lib/chef_zero/endpoints/data_bag_item_endpoint.rb, line 18 def self.populate_defaults(request, response_json, data_bag, data_bag_item) response = JSON.parse(response_json, :create_additions => false) response = DataNormalizer.normalize_data_bag_item(response, data_bag, data_bag_item, request.method) JSON.pretty_generate(response) end
Generated with the Darkfish Rdoc Generator 2.